From copilot-plugin-codex
Run an adversarial-framed Copilot review on the current work.
How this command is triggered — by the user, by Claude, or both
Slash command
/copilot-plugin-codex:copilot-adversarial-reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run an adversarial-framed Copilot review on the current work. Execute: The framing tells Copilot to behave as a hostile reviewer — look for unchecked edge cases, hidden coupling, premature abstractions, security blind spots, and places the author optimized for the happy path. Findings should cite `file:line`. When Copilot returns, present its findings without softening them. Group by severity and call out the most load-bearing concerns first. If Copilot says the change is clean, report that plainly — don't manufacture criticism. Do not retry on failure. Surface auth, quota, and sandbo...
Run an adversarial-framed Copilot review on the current work.
Execute:
HOST=claude bash ${CLAUDE_PLUGIN_ROOT}/scripts/copilot-exec.sh adversarial-review "" $ARGUMENTS
The framing tells Copilot to behave as a hostile reviewer — look for unchecked edge cases, hidden coupling, premature abstractions, security blind spots, and places the author optimized for the happy path. Findings should cite file:line.
When Copilot returns, present its findings without softening them. Group by severity and call out the most load-bearing concerns first. If Copilot says the change is clean, report that plainly — don't manufacture criticism.
Do not retry on failure. Surface auth, quota, and sandbox errors verbatim.
npx claudepluginhub crewworkai/copilot-plugin-codex --plugin copilot-plugin-codex