From opencode
Run a steerable adversarial OpenCode review that challenges implementation and design decisions
How this command is triggered — by the user, by Claude, or both
Slash command
/opencode:adversarial-review [--wait|--background] [--base <ref>] [focus area or custom review instructions]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 OpenCode review through the shared built-in reviewer. 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 OpenCode's output verbatim to the user. Execution mode rules: - If the raw arguments include `--wait`, do not ask. Run the review in the foreground. - If the raw arguments include `--background`, do not ask. Run the review in a Claude background task. - Otherwise, estimate the review size before ask...
Run an adversarial OpenCode review through the shared built-in reviewer.
Raw slash-command arguments:
$ARGUMENTS
Core constraint:
Execution mode rules:
--wait, do not ask. Run the review in the foreground.--background, do not ask. Run the review 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.--adversarial internally.Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/opencode-companion.mjs" adversarial-review $ARGUMENTS
Background flow:
Bash in the background:Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/opencode-companion.mjs" adversarial-review $ARGUMENTS`,
description: "OpenCode adversarial review",
run_in_background: true
})
BashOutput or wait for completion in this turn./opencode:status for progress."npx claudepluginhub tasict/opencode-plugin-cc --plugin opencode/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