What problem does it solve? Single-reviewer code reviews miss blind spots and produce noisy or one-sided feedback. This Skill runs the same code change through multiple independent LLM reviewers, then applies lead-reviewer judgment to filter findings into an actionable verdict. ## Core Features & Use Cases - Multi-Model Adversarial Review: Spawns one reviewer per configured model tier (fable, sonnet, haiku, opus) so agreement across models signals high-confidence issues. - Structured Rubric and Quality Lens: Every reviewer applies a shared rubric covering correctness, root causes, structural integrity, verification, complexity, and security, plus a code-quality lens targeting structural simplification. - Lead Judgment Synthesis: Findings are deduplicated, cross-checked for consensus, and categorized into Act On, Consider, Noted, and Dismissed buckets with rationale. - Use Case: Before merging a feature branch, run an adversarial review on the full diff to catch correctness bugs and design flaws that a single reviewer would miss, without auto-applying any changes. ## Quick Start Ask the assistant to interrogate the changes on your current branch and stress test the diff against main.