From codex
Adversarial design/code review with Codex — challenges the approach, not just the diff (read-only)
How this command is triggered — by the user, by Claude, or both
Slash command
/codex:adversarial-review [--wait|--background] [--base <ref>] [--scope auto|working-tree|branch] <what to challenge>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `multi:codex-review` subagent via the `Agent` tool, forwarding the user's request as the prompt and signaling ADVERSARIAL intent so the subagent routes to the companion's `adversarial-review` subcommand (not plain `review`).
This runs Codex as a skeptical reviewer: it stress-tests the design decision, looks for the strongest counter-argument, and surfaces risks rather than rubber-stamping. Read-only — Codex never edits files.
Use this when you want your approach challenged ("is this the right design?", "what am I missing?"), not just a line-by-line diff review.
Raw user reques...Invoke the multi:codex-review subagent via the Agent tool, forwarding the user's request as the prompt and signaling ADVERSARIAL intent so the subagent routes to the companion's adversarial-review subcommand (not plain review).
This runs Codex as a skeptical reviewer: it stress-tests the design decision, looks for the strongest counter-argument, and surfaces risks rather than rubber-stamping. Read-only — Codex never edits files.
Use this when you want your approach challenged ("is this the right design?", "what am I missing?"), not just a line-by-line diff review.
Raw user request: $ARGUMENTS
Execution:
--wait/--background/--base/--scope for the forwarded command.adversarial-review subcommand.Return Codex's review output verbatim.
/adversarial-reviewRuns an adversarial Codex review that challenges implementation approach, design choices, and tradeoffs. Returns Codex's output verbatim — does not fix issues or apply patches.
/adversarial-reviewRun a Gemini review that challenges the implementation approach and design choices
/adversarial-reviewRun a Copilot review that challenges the implementation approach and design choices
/adversarial-reviewRuns an adversarial Pi review that challenges implementation approach, design choices, tradeoffs, and assumptions. Returns review output verbatim.
/adversarial-reviewRun a Qwen review that challenges the implementation approach and design choices
npx claudepluginhub marceldarvas/cc-multi-cli-plugin --plugin codex