What problem does it solve? Code reviews often miss edge cases or produce noisy, unstructured feedback. This Skill runs adversarial multi-layer reviews of code diffs and triages every finding into clear actionable categories, so nothing slips through and nothing wastes your time. ## 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 plus spec) to catch different classes of defects. - Structured Triage: Normalizes, deduplicates, and classifies findings into decision_needed, patch, defer, or dismiss buckets, then writes them into the story file. - Sprint Integration: Updates story status and syncs sprint-status.yaml after the review completes. - Use Case: After finishing a feature branch, ask for a code review; the Skill gathers the diff, runs the three review layers, presents triaged findings, applies approved patches, and marks the story done. ## Quick Start Ask the assistant to run a code review on your current branch changes against main.