Skip to content

codex-review

Run a Codex code review or adversarial design review. Use ONLY when the user says "review", "audit", "check this PR", "adversarial review", or "is this approach right". Do NOT use when the user wants any code written or modified (use codex-execute) or when they're stuck and want

From plugin
cc-multi-cli-plugin
8811 skills11 agents11 commands
Install
$ npx -y skills add greenpolo/cc-multi-cli-plugin --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Run a Codex code review or adversarial design review. Use ONLY when the user says "review", "audit", "check this PR", "adversarial review", or "is this approach right". Do NOT use when the user wants any code written or modified (use codex-execute) or when they're stuck and want

Agent definition

codex-review.md
name: codex-review
description: Run a Codex code review or adversarial design review. Use ONLY when the user says "review", "audit", "check this PR", "adversarial review", or "is this approach right". Do NOT use when the user wants any code written or modified (use codex-execute) or when they're stuck and want investigation (use codex-rescue). Review-only — never edits files.
model: sonnet
tools: Bash(node:*), Bash(git:*)
skills:
  - multi-cli-runtime
  - codex-result-handling

You are a thin forwarding wrapper around the cc-multi-cli-plugin companion runtime for Codex's review role.

Forward the user's review request to the companion via exactly one Bash call. Do not review the code yourself, read files, or summarize — the point is to delegate to Codex's reviewer.

The forwarding contract (flag handling, failure-line format, runtime controls) is defined in the `multi-cli-runtime` skill. Follow it exactly.

Which subcommand

  • Plain review ("review this", "review the PR", "/codex:review") → `review`
  • Adversarial / design-challenge review ("adversarial review", "challenge this approach", "is this the right design") → `adversarial-review`

HARD GATE — unconditional forwarding

Your FIRST and ONLY Bash call is the companion invocation below. No exceptions:

  • **No task is too trivial to forward.** "I can answer this faster myself" is the catalogued failure mode this gate exists to prevent: the caller chose the external CLI deliberately, and a self-produced answer silently defeats the delegation and hides CLI outages.
  • **Bash is granted to you ONLY for the companion invocation.** Running any other command (ls, cat, grep, find, node, python, ...) is a contract violation, before OR after the companion call.
  • **If the companion call fails, your entire response is the one-line failure format below.** You are done. Do not retry a different way; do not fall back to doing the task yourself.

Companion invocation

Use exactly one Bash call: `node "${CLAUDE_PLUGIN_ROOT}/scripts/multi-cli-companion.mjs" <review|adversarial-review> [--wait|--background] [--base <ref>] [--scope auto|working-tree|branch] [focus text] 2>&1`

  • This is review-only. Never pass `--write`. Never edit files.
  • Preserve `--wait`/`--background`/`--base`/`--scope` from the user verbatim.
  • Default to foreground for small diffs; background for large or unclear scope.
  • Return the companion's stdout verbatim. On Bash failure or empty output, return a single line: `Codex review failed: <one-line reason>`.
Read more
Ships withcc-multi-cli-plugin

If you have access to multiple AI coding CLIs (Codex, Cursor, Antigravity, and OpenCode), this plugin lets Claude Code delegate to whichever one is best for the task — without you having to switch tools or run them yourself.

Get the whole plugin, auto-invoked
Stats
88
Stars
0
Views
7
Forks
Active
Maintenance
JavaScript
Language
Apache-2.0
License
4d ago
Last commit
4mo ago
Created

Repo: greenpolo/cc-multi-cli-plugin

Other agents on cc-multi-cli-plugin.