What problem does it solve? Code reviews often miss edge cases, verification gaps, and spec deviations because a single reviewer cannot cover every angle. This Skill runs several independent review layers in parallel against a unified diff, then verifies, triages, and routes every finding so only real, actionable issues reach the developer. ## Core Features & Use Cases - Parallel adversarial review layers: Launches independent reviewers (Blind Hunter, Edge Case Hunter, Verification Gap, Acceptance Auditor) as subagents against a staged diff file, each with its own methodology. - Evidence-based triage: Verifies every finding against the actual code, assigns verdicts (high/medium/low/false/maybe-false), groups by root cause, and routes results into decision-needed, patch, or defer buckets. - Sprint and story integration: Writes findings into story files, syncs sprint-status.yaml, and supports spec-based (full) or spec-free (no-spec) review modes. - Use Case: After finishing a feature branch, ask for a code review; the Skill diffs against the base branch, runs all review layers, rejects false positives, and applies approved patches automatically. ## Quick Start Ask the assistant to run a code review on your current branch changes against main.