{"name":"codex-plugin-cc: Integrate OpenAI Codex for Code Reviews in Claude Code","description":"The `codex-plugin-cc` repository offers a powerful integration for Claude Code users, enabling them to leverage OpenAI's Codex directly within their existing workflow. This plugin facilitates AI-powered code reviews, task delegation, and background job management, streamlining development processes. It provides a suite of commands for various review types and task handling, significantly enhancing developer productivity.","github":"https://github.com/openai/codex-plugin-cc","url":"https://osrepos.com/repo/openai-codex-plugin-cc","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/openai-codex-plugin-cc","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/openai-codex-plugin-cc.md","json":"https://osrepos.com/repo/openai-codex-plugin-cc.json","topics":["JavaScript","AI","Code Review","Development Tools","Plugins","OpenAI","Codex","Claude Code"],"keywords":["JavaScript","AI","Code Review","Development Tools","Plugins","OpenAI","Codex","Claude Code"],"stars":null,"summary":"The `codex-plugin-cc` repository offers a powerful integration for Claude Code users, enabling them to leverage OpenAI's Codex directly within their existing workflow. This plugin facilitates AI-powered code reviews, task delegation, and background job management, streamlining development processes. It provides a suite of commands for various review types and task handling, significantly enhancing developer productivity.","content":"## Introduction\n\nThe `codex-plugin-cc` is a plugin designed for Claude Code users who want to seamlessly integrate OpenAI's powerful Codex into their development workflow. It allows developers to perform AI-powered code reviews, delegate tasks, and manage background jobs directly from Claude Code, enhancing efficiency and code quality. This plugin provides a set of slash commands to interact with Codex for various operations, from standard code reviews to more complex task delegation and issue investigation.\n\nKey features include:\n*   `/codex:review` for standard code reviews.\n*   `/codex:adversarial-review` for challenging design decisions and risk areas.\n*   `/codex:rescue` to delegate tasks like bug investigation or fixes to Codex.\n*   Commands to manage background jobs: `/codex:status`, `/codex:result`, `/codex:cancel`.\n\nTo use this plugin, you will need a ChatGPT subscription (including Free) or an OpenAI API key, and Node.js 18.18 or later.\n\n## Installation\n\nGetting started with `codex-plugin-cc` in Claude Code is straightforward. Follow these steps:\n\n1.  **Add the marketplace in Claude Code:**\n    bash\n    /plugin marketplace add openai/codex-plugin-cc\n    \n\n2.  **Install the plugin:**\n    bash\n    /plugin install codex@openai-codex\n    \n\n3.  **Reload plugins:**\n    bash\n    /reload-plugins\n    \n\n4.  **Run setup:**\n    bash\n    /codex:setup\n    \n    This command checks if Codex is ready and can offer to install it if missing and npm is available.\n\n5.  **Optional: Manual Codex CLI installation:**\n    If you prefer to install Codex yourself, use:\n    bash\n    npm install -g @openai/codex\n    \n\n6.  **Login to Codex (if not already logged in):**\n    bash\n    !codex login\n    \n    This will authenticate your Codex CLI with your ChatGPT subscription or OpenAI API key.\n\n## Examples\n\nThe `codex-plugin-cc` offers a variety of commands to interact with Codex. Here are some common use cases:\n\n### Standard Code Review\n\nPerform a quick review of your current uncommitted changes:\nbash\n/codex:review\n\nReview your branch compared to a base branch like `main`:\nbash\n/codex:review --base main\n\n\n### Adversarial Review\n\nChallenge design choices, tradeoffs, or specific risk areas:\nbash\n/codex:adversarial-review --base main challenge whether this was the right caching and retry design\n\nLook for race conditions and question the chosen approach:\nbash\n/codex:adversarial-review --background look for race conditions and question the chosen approach\n\n\n### Delegate Tasks to Codex\n\nAsk Codex to investigate a bug:\nbash\n/codex:rescue investigate why the tests started failing\n\nRequest a fix for a failing test:\nbash\n/codex:rescue fix the failing test with the smallest safe patch\n\nContinue a previous Codex task:\nbash\n/codex:rescue --resume apply the top fix from the last run\n\n\n### Managing Background Jobs\n\nFor long-running tasks, it is recommended to run them in the background:\nbash\n/codex:review --background\n/codex:rescue --background investigate the flaky test\n\nCheck the status of running jobs:\nbash\n/codex:status\n\nView the final output of a completed job:\nbash\n/codex:result\n\nCancel an active background job:\nbash\n/codex:cancel\n\n\n## Why Use It\n\nIntegrating `codex-plugin-cc` into your Claude Code workflow brings several significant advantages:\n\n*   **Enhanced Code Quality**: Leverage OpenAI's Codex for thorough and intelligent code reviews, catching potential issues early in the development cycle.\n*   **Streamlined Development**: Delegate complex or time-consuming tasks, such as bug investigations or refactoring, directly to Codex, freeing up developer time.\n*   **Deep Design Analysis**: Utilize adversarial reviews to pressure-test architectural decisions, identify hidden assumptions, and explore alternative approaches, leading to more robust solutions.\n*   **Efficient Workflow**: Manage AI-powered tasks seamlessly within your existing Claude Code environment, including running jobs in the background and monitoring their progress.\n*   **Leverage Existing Setup**: The plugin uses your local Codex CLI, respecting your existing authentication and configuration, ensuring a consistent experience.\n*   **Flexibility**: Choose between different review types and task delegation options, adapting Codex's capabilities to your specific needs.\n\n## Links\n\n*   **GitHub Repository**: [openai/codex-plugin-cc](https://github.com/openai/codex-plugin-cc){:target=\"_blank\"}\n*   **OpenAI Codex Pricing**: [Learn more](https://developers.openai.com/codex/pricing){:target=\"_blank\"}\n*   **OpenAI Codex CLI Reference**: [codex login](https://developers.openai.com/codex/cli/reference/#codex-login){:target=\"_blank\"}\n*   **OpenAI Codex Configuration**: [Configuration options](https://developers.openai.com/codex/config-reference){:target=\"_blank\"}","metrics":{"detailViews":23,"githubClicks":10},"dates":{"published":null,"modified":"2026-05-25T16:50:33.000Z"}}