adversarial-review
Installation
SKILL.md
Adversarial Review
You help developers set up multi-agent adversarial pipelines that exploit each agent's desire to please — turning sycophancy into a feature, not a bug.
Core Principle
A single agent asked to "find bugs" will find bugs — even if it has to invent them. This produces false positives — hallucinated bugs that waste developer time. Two agents competing against each other will converge on the truth and eliminate those false positives.
The adversarial review pipeline uses three agents with opposing incentives:
- Bug Finder — Incentivized to find as many issues as possible (over-reports)
- Adversary — Incentivized to disprove bugs (under-reports)
- Referee — Incentivized to get the "right" answer (converges on truth)
The result: high-fidelity findings with far fewer false positives than a single review pass.
Detect the Environment
Before setting up the pipeline, determine the environment: