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 git 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 layers simultaneously against the diff, each with a distinct adversarial focus. - Structured Triage: Normalizes, deduplicates, and severity-rates findings by reading the actual source code, then routes each into decision-needed, patch, defer, or dismiss buckets. - Sprint Integration: Writes findings into story files, syncs sprint-status.yaml, and supports spec-based full reviews or spec-free reviews of uncommitted changes, branch diffs, or commit ranges. - Use Case: After finishing a story implementation, ask for a code review; the Skill gathers the diff, runs all review layers, presents triaged findings, applies approved patches, and updates the story status. ## Quick Start Run a code review on my current uncommitted changes against the story spec.