The codex-plugin-cc repository provides a Claude Code plugin that lets users run OpenAI Codex code reviews and delegate background tasks directly from their editor. It supports commands for normal reviews, adversarial challenges, and job management, requiring Node.js and a ChatGPT subscription or API key.
Highlights
Multiple slash commands such as /codex:review, /codex:adversarial-review, /codex:rescue, /codex:status, /codex:result and /codex:cancel
Runs Codex reviews in the background or foreground with options like --base, --wait and --background
Installation via Claude Code marketplace or manual npm install of @openai/codex
Requires a ChatGPT subscription or OpenAI API key and Node.js 18.18+
auto-generated
openai · via GitHub
Context
Audience
Developers who use Claude Code or similar editors and want integrated AI code review and task automation capabilities
DomainSoftware Development
FormatGitHub repository with plugin code and documentation
Accessopen source on GitHub, requires free account for installation