What problem does it solve? Single-reviewer code reviews miss blind spots and reflect one model's biases. This Skill runs adversarial multi-model review so independent reviewers challenge your changes from different angles, then filters the noise into an actionable verdict. ## Core Features & Use Cases - Multi-Model Adversarial Review: Spawns one reviewer per configured model, each applying the same rubric and code-quality lens to the same diff. - Consensus Synthesis: Deduplicates findings, highlights issues raised by 2+ models as high-confidence signal, and maps agreement and disagreement across reviewers. - Lead Judgment Filtering: Categorizes every finding as act on, consider, noted, or dismissed, with rationale, so nitpicks and context-blind findings don't block shipping. - Use Case: Before merging a feature branch, run an adversarial review on git diff main...HEAD to catch correctness bugs, security issues, and structural regressions that a single reviewer would miss. ## Quick Start Ask the AI to interrogate the changes on your current feature branch and produce a synthesized adversarial review verdict.