adversarial-review
Installation
SKILL.md
Adversarial Review
A two-model adversarial review system. Claude performs its own adversarial analysis, then Codex provides an independent second opinion, and findings are cross-referenced. Issues flagged by both models have the highest confidence.
Workflow
1. Determine Scope
Figure out what to review before dispatching the agent.
Run these commands to assess scope:
git status --short --untracked-files=all
git diff --shortstat
git diff --shortstat --cached