What problem does it solve? Code reviews often miss edge cases, verification gaps, and spec deviations because a single reviewer pass lacks diverse perspectives. This Skill runs multiple adversarial review layers in parallel over a diff, then triages findings into actionable buckets so real issues get fixed and noise gets dismissed. ## Core Features & Use Cases - Parallel Review Layers: Runs Blind Hunter, Edge Case Hunter, Verification Gap, and Acceptance Auditor subagents against the same diff for independent perspectives. - Structured Triage: Deduplicates findings, verifies them against actual source code, assigns severity, and routes each into decision-needed, patch, defer, or dismiss buckets. - Sprint Integration: Writes findings into story files, syncs sprint-status.yaml, and supports customizable workflow overrides via TOML configuration. - Use Case: After finishing a feature branch, ask for a code review; the Skill gathers the diff, runs all review layers, presents triaged findings, and applies approved patches. ## Quick Start Ask the assistant to run a code review on your current uncommitted changes or a specific branch diff.