What problem does it solve?
Manual code reviews often miss critical issues due to reviewer bias, fatigue, or oversights, leading to bugs and security vulnerabilities making it into production.
Core Features & Use Cases
- Blind Parallel Adversarial Review: Launches two independent code reviewers with identical criteria to catch issues a single reviewer would miss.
- Severity-Based Issue Triage: Classifies findings as critical, real warnings, theoretical warnings, or suggestions to prioritize fixes.
- Controlled Fix Workflow: Applies only confirmed fixes, then re-runs both reviewers to validate changes before approval.
- Use Case: Ideal for reviewing high-stakes pull requests, new feature implementations, or architecture changes where you need maximum confidence in code quality.
Quick Start
Use the judgment-day skill to run a dual adversarial review of the open pull request for the user authentication feature.