What problem does it solve? Code reviews often miss edge cases, spec deviations, and subtle bugs because a single reviewer pass lacks diverse perspectives. This Skill runs adversarial multi-layer reviews of git diffs and triages every finding into clear, actionable categories. ## Core Features & Use Cases - Parallel Adversarial Review Layers: Launches a Blind Hunter (diff only), an Edge Case Hunter (diff plus project access), and an 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, then writes them to the story file. - Sprint Integration: Emits a canonical QA verdict (APPROVED, ISSUES FOUND, CLARIFICATION NEEDED, ARCHITECTURE QUESTIONED) and syncs story status with sprint-status.yaml. - Use Case: After finishing a story implementation, ask for a code review of your branch diff against the spec; the Skill gathers context, runs the review layers, applies approved patches, and updates sprint tracking. ## Quick Start Say "run code review" or "review this code" and specify the diff source such as uncommitted changes, a branch diff, or a commit range.