From grok-cc
Run a skeptical, adversarial Grok code review against local git state
How this command is triggered — by the user, by Claude, or both
Slash command
/grok-cc:adversarial-review [--wait|--background] [--base <ref>] [focus text]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 Grok review — same as `/grok-cc:review` but Grok assumes the change is wrong until proven otherwise and hunts hard for correctness, security, and edge-case bugs. Raw slash-command arguments: `$ARGUMENTS` Core constraint: - Review-only. Do not fix issues or apply patches. Return Grok's output verbatim. Execution mode: - Follow the same fg/bg logic as `/grok-cc:review`: honor an explicit `--wait` / `--background`; otherwise estimate size with `git status` / `git diff --shortstat` (or `git diff --shortstat <base>...HEAD`) and `AskUserQuestion` once, recommending backgro...
Run an adversarial Grok review — same as /grok-cc:review but Grok assumes the change is wrong until proven otherwise and hunts hard for correctness, security, and edge-case bugs.
Raw slash-command arguments:
$ARGUMENTS
Core constraint:
Execution mode:
/grok-cc:review: honor an explicit --wait / --background; otherwise estimate size with git status / git diff --shortstat (or git diff --shortstat <base>...HEAD) and AskUserQuestion once, recommending background for anything non-trivial.Run the review with --adversarial always set:
node "${CLAUDE_PLUGIN_ROOT}/scripts/grok-companion.mjs" review --adversarial <args>
run_in_background: true.If the companion reports Grok is unavailable, tell the user to run /grok-cc:setup.
npx claudepluginhub zachdunn/grok-plugin-claude-code --plugin grok-cc/adversarial-reviewRuns adversarial Codex review challenging implementation approach, design choices, tradeoffs, and assumptions on git-scoped codebase. Supports --wait, --background, --base <ref>, --scope, focus args.
/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 raw review output from the companion script.
/adversarial-reviewRun a Qwen review that challenges the implementation approach and design choices