codex-plugin-cc: Integrate OpenAI Codex for Code Reviews in Claude Code
This repository profile is provided by osrepos.com, an open source repository discovery platform.

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.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The 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.
Key features include:
/codex:reviewfor standard code reviews./codex:adversarial-reviewfor challenging design decisions and risk areas./codex:rescueto delegate tasks like bug investigation or fixes to Codex.- Commands to manage background jobs:
/codex:status,/codex:result,/codex:cancel.
To use this plugin, you will need a ChatGPT subscription (including Free) or an OpenAI API key, and Node.js 18.18 or later.
Installation
Getting started with codex-plugin-cc in Claude Code is straightforward. Follow these steps:
Add the marketplace in Claude Code:
/plugin marketplace add openai/codex-plugin-ccInstall the plugin:
/plugin install codex@openai-codexReload plugins:
/reload-pluginsRun setup:
/codex:setupThis command checks if Codex is ready and can offer to install it if missing and npm is available.
Optional: Manual Codex CLI installation:
If you prefer to install Codex yourself, use:npm install -g @openai/codexLogin to Codex (if not already logged in):
!codex loginThis will authenticate your Codex CLI with your ChatGPT subscription or OpenAI API key.
Examples
The codex-plugin-cc offers a variety of commands to interact with Codex. Here are some common use cases:
Standard Code Review
Perform a quick review of your current uncommitted changes:
/codex:review
Review your branch compared to a base branch like main:
/codex:review --base main
Adversarial Review
Challenge design choices, tradeoffs, or specific risk areas:
/codex:adversarial-review --base main challenge whether this was the right caching and retry design
Look for race conditions and question the chosen approach:
/codex:adversarial-review --background look for race conditions and question the chosen approach
Delegate Tasks to Codex
Ask Codex to investigate a bug:
/codex:rescue investigate why the tests started failing
Request a fix for a failing test:
/codex:rescue fix the failing test with the smallest safe patch
Continue a previous Codex task:
/codex:rescue --resume apply the top fix from the last run
Managing Background Jobs
For long-running tasks, it is recommended to run them in the background:
/codex:review --background
/codex:rescue --background investigate the flaky test
Check the status of running jobs:
/codex:status
View the final output of a completed job:
/codex:result
Cancel an active background job:
/codex:cancel
Why Use It
Integrating codex-plugin-cc into your Claude Code workflow brings several significant advantages:
- Enhanced Code Quality: Leverage OpenAI's Codex for thorough and intelligent code reviews, catching potential issues early in the development cycle.
- Streamlined Development: Delegate complex or time-consuming tasks, such as bug investigations or refactoring, directly to Codex, freeing up developer time.
- Deep Design Analysis: Utilize adversarial reviews to pressure-test architectural decisions, identify hidden assumptions, and explore alternative approaches, leading to more robust solutions.
- Efficient Workflow: Manage AI-powered tasks seamlessly within your existing Claude Code environment, including running jobs in the background and monitoring their progress.
- Leverage Existing Setup: The plugin uses your local Codex CLI, respecting your existing authentication and configuration, ensuring a consistent experience.
- Flexibility: Choose between different review types and task delegation options, adapting Codex's capabilities to your specific needs.
Links
- GitHub Repository: openai/codex-plugin-cc
- OpenAI Codex Pricing: Learn more
- OpenAI Codex CLI Reference: codex login
- OpenAI Codex Configuration: Configuration options
Related repositories
Similar repositories that may be relevant next.

Become-A-Full-Stack-Web-Developer: Free Resources for Web Development
July 19, 2026
The Become-A-Full-Stack-Web-Developer repository is an extensive collection of free resources designed to guide aspiring developers through the entire journey of full-stack web development. It covers a wide array of topics, from foundational languages like HTML, CSS, and JavaScript to advanced frameworks such as React and Node.js, alongside databases, APIs, and career preparation. This resource is invaluable for anyone looking to build a strong skill set in modern web development.

Awesome Vue: A Curated List of Essential Vue.js Resources and Projects
July 13, 2026
Awesome Vue is a highly popular and meticulously curated list of everything related to Vue.js, from official resources and tutorials to frameworks, components, and real-world applications. It serves as an indispensable guide for developers looking to explore the vast Vue.js ecosystem. With over 73,000 stars, it is a testament to its value within the community.

awesome-javascript: A Curated Collection of Essential JS Resources
July 12, 2026
The `awesome-javascript` repository is a comprehensive collection of browser-side JavaScript libraries, resources, and tools. It meticulously categorizes various aspects of JavaScript development, from package managers and frameworks to data visualization and animations. Developers can use this extensive list to discover new tools and enhance their projects efficiently.

50projects50days: Build 50 Mini Web Projects with HTML, CSS, and JS
July 10, 2026
50projects50days is an exceptional GitHub repository offering over 50 mini web projects designed to enhance your HTML, CSS, and JavaScript skills. This collection provides hands-on experience, making it perfect for beginners and those looking to solidify their front-end development knowledge. Each project comes with a live demo, allowing users to see the final result before diving into the code.
Source repository
Open the original repository on GitHub.
10 counted GitHub visits