From codex
Runs an adversarial Codex review that challenges implementation approach, design choices, and tradeoffs. Returns Codex's output verbatim — does not fix issues or apply patches.
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] [focus ...]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
Run an adversarial Codex review through the shared plugin runtime. Position it as a challenge review that questions the chosen implementation, design choices, tradeoffs, and assumptions. It is not just a stricter pass over implementation defects. Raw slash-command arguments: `$ARGUMENTS` Core constraint: - This command is review-only. - Do not fix issues, apply patches, or suggest that you are about to make changes. - Your only job is to run the review and return Codex's output verbatim to the user. - Keep the framing focused on whether the current approach is the right one, what assumpti...
Run an adversarial Codex review through the shared plugin runtime. Position it as a challenge review that questions the chosen implementation, design choices, tradeoffs, and assumptions. It is not just a stricter pass over implementation defects.
Raw slash-command arguments:
$ARGUMENTS
Core constraint:
Execution mode rules:
--wait, do not ask. Run in the foreground.--background, do not ask. Run in a Claude background task.git status --short --untracked-files=all.git diff --shortstat --cached and git diff --shortstat.git diff --shortstat <base>...HEAD.git diff --shortstat is empty.AskUserQuestion exactly once with two options, putting the recommended option first and suffixing its label with (Recommended):
Wait for resultsRun in backgroundArgument handling:
--wait or --background yourself.--wait and --background, but Claude Code's Bash(..., run_in_background: true) is what actually detaches the run./codex:adversarial-review uses the same review target selection as /codex:review.--base <ref>.--scope staged or --scope unstaged./codex:review, it can still take extra focus text after the flags.Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" adversarial-review "$ARGUMENTS"
Background flow:
Bash in the background:Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" adversarial-review "$ARGUMENTS"`,
description: "Codex adversarial review",
run_in_background: true
})
BashOutput or wait for completion in this turn./codex:status for progress."npx claudepluginhub kanjseok/openai-codex-plugin-cc --plugin codex/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-reviewRuns an adversarial Gemini review that challenges implementation approach, design choices, and assumptions. Supports --wait, --background, --base, --scope, and focus arguments.
/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
/adversarialRuns an adversarial code review using Codex, then challenges design decisions, probes assumptions, identifies failure modes, and questions trade-offs with severity ratings.