What problem does it solve? Code reviews often miss subtle bugs, edge cases, or deviations from the spec because a single reviewer pass lacks diverse perspectives. This Skill runs adversarial multi-layer reviews and triages findings into actionable categories so nothing slips through. ## Core Features & Use Cases - Parallel Review Layers: Launches three independent reviewers — Blind Hunter (diff-only), Edge Case Hunter (diff plus project access), and Acceptance Auditor (diff against spec) — to catch different classes of issues. - Structured Triage: Normalizes, deduplicates, and classifies findings into decision_needed, patch, defer, or dismiss buckets. - Actionable Outcomes: Writes findings into the story file, applies patches on request, tracks deferred work, and syncs sprint status. - Use Case: After finishing a story branch, ask for a review; the Skill gathers the diff, runs all review layers, presents triaged findings, and updates the story status to done or in-progress. ## Quick Start Ask the assistant to run a code review on your current branch changes against the story spec.