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.
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.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.