Run a Codex review that challenges the implementation approach and design choices
Cancel an active background Codex job in this repository
Delegate investigation, an explicit fix request, or follow-up rescue work to the Codex rescue subagent
Show the stored final output for a finished Codex job in this repository
Run a Codex code review against local git state
Internal helper contract for calling the codex-companion runtime from Claude Code
Internal guidance for presenting Codex helper output back to the user
Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executes directly as bash, bypassing the AI model
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Claude reviews your Codex diffs. Read-only, evidence-cited, and agentic.
Codex CLI sessions can ask Claude Opus 4.7 or long-context Sonnet 4.6 for a
high-scrutiny adversarial review of any diff. The reviewer gets read-only
workspace access through Read, Glob, Grep, Task sub-agents, a
domain-fenced WebFetch, and a narrow git wrapper. It does not get Edit,
Write, raw shell, or arbitrary git by default. Every elite-tier finding must
cite tool-call evidence, and malformed structured output fails closed.
git clone https://github.com/Kenmege/codex-plugin-cc.git
cd codex-plugin-cc
npm install -g .
codex-claude-review setup
Then run a review from any git workspace:
codex-claude-review review
codex-claude-review elite-review --base main
codex-claude-review security-review --add-dir ../shared-libs
Codex slash commands are available once the plugin marketplace is loaded:
/claude-review:review, /claude-review:elite-review,
/claude-review:deep-review, and /claude-review:security-review.
PATH.| Lane | Purpose |
|---|---|
review | Quick agentic Claude review for everyday diffs. |
adversarial-review | Skeptical challenge pass for risky changes. |
elite-review | Exhaustive ship/no-ship review with systemic risks and blind spots. |
deep-review | Opus 4.7 max effort with parallel Task sub-agent investigation. |
security-review | OWASP/CWE-focused review with exploitability classification. |
Edit, Write, NotebookEdit, raw shell, and raw git
are outside the safe-mode tool catalog.WebFetch starts with a domain allowlist and expands
only through explicit --web-domain flags.This repository started from openai/codex-plugin-cc and keeps that history,
but the runtime here is deliberately reversed:
This repository dogfoods its own thesis: every pull request is designed for review by four agents with distinct strengths.
| Reviewer | Trigger | Strength |
|---|---|---|
| GitHub Copilot | automatic on every PR | breadth, fast, high-recall on style and obvious bugs |
| Codex (OpenAI GPT-5.5) | @codex PR comment | senior-engineer reasoning, forensic depth on architecture and release safety |
| Devin (Cognition) | @devin PR comment | autonomous engineering; can implement fixes, not just review |
| Claude (Anthropic Opus 4.7) | @claude PR comment, plus automatic on PR open | adversarial code review, evidence-cited findings, schema-enforced output through this plugin |
Contributors should expect overlapping but complementary feedback. Claude auto-review is skipped on untrusted fork PRs when GitHub withholds repository Actions secrets; maintainers can still trigger a safe follow-up once the PR is ready for deeper review. Disagreements between reviewers are productive. The v0.2.x to v0.2.1 hardening of this plugin came from a Claude Opus plus Codex GPT-5.5 adversarial review pair where both returned independent NO_SHIP verdicts on convergent control-plane issues.
Five review lanes, all agentic by default:
/claude-review:review — quick agentic Claude review (Opus 4.7 high effort)./claude-review:adversarial-review — agentic skeptical challenge pass./claude-review:elite-review — exhaustive single-agent ship/no-ship review
with evidence-cited findings, systemic risks, blind spots, and exploration
log./claude-review:deep-review — Opus 4.7 at max effort with parallel
sub-agent dispatch (up to four Task sub-investigations per turn)./claude-review:security-review — security-focused agentic pass with
OWASP/CWE mapping and exploitability classification.Plus the operational surface:
npx claudepluginhub kenmege/codex-plugin-cc --plugin codexMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.