adversarial-code-review
Installation
SKILL.md
Adversarial Code Review
Core Principle: Review as if you're trying to break the code. Deliberately adopt hostile perspectives—each reveals issues the others miss.
This is not about finding fault. It's about finding problems before users do.
Review Mode
| Mode | Trigger | Focus |
|---|---|---|
| Diff-Focused (default) | No explicit instruction, PR review | What changed? What could break? |
| Audit | "audit", "holistic", "codebase review" | Broader scope, systematic coverage |
When in doubt, use diff-focused mode. Audit mode requires explicit request.
The Six Adversarial Lenses
Review through each lens deliberately. Don't blend them—switching perspectives forces deeper analysis.