Analysis updated 2026-05-18
Run automated code reviews on uncommitted changes or branches to catch issues before merging.
Hand off bug investigations and repairs to a background Codex agent while you continue other work.
Challenge your design decisions with adversarial reviews that examine tradeoffs and failure modes.
Set up a review gate that forces Claude to address Codex findings before responding.
| openai/codex-plugin-cc | shopify/draggable | dropzone/dropzone | |
|---|---|---|---|
| Stars | 18,460 | 18,452 | 18,385 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires OpenAI API key and Claude Code editor setup with plugin installation.
The Codex plugin for Claude Code is a plugin that lets Claude Code users invoke Codex, a separate AI coding agent from OpenAI, from within their existing Claude Code workflow. It is designed for developers who already use Claude Code and want to occasionally hand tasks or reviews off to Codex without switching to a different tool. Once installed, the plugin adds several slash commands. /codex:review runs a read-only code review on your current uncommitted changes or on a branch compared to a base branch. /codex:adversarial-review runs a more challenging review that questions design decisions and examines tradeoffs, failure modes, and whether alternative approaches would have been safer or simpler. /codex:rescue hands an investigative or repair task, such as finding why tests are failing or attempting a bug fix, to a Codex subagent that runs in the background. /codex:status, /codex:result, and /codex:cancel let you monitor and manage background Codex jobs. An optional review gate can be enabled that automatically runs a Codex review before Claude Code finishes responding, if the review finds problems, Claude must address them first. The readme warns this can create long-running loops that consume usage limits quickly. The plugin requires a ChatGPT subscription or OpenAI API key, Node.js 18.18 or later, and installation through the Claude Code plugin marketplace.
A Claude Code plugin that lets you call OpenAI's Codex AI agent for code reviews, bug fixes, and investigative tasks without leaving your editor.
Mainly JavaScript. The stack also includes JavaScript, Node.js, OpenAI API.
Use freely for any purpose including commercial. Keep the notice and disclose changes to the patent grant.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.