What problem does it solve? After a story review, teams need a standardized, traceable record of the quality decision. This Skill formalizes review findings into a consistent YAML gate file with a clear PASS/CONCERNS/FAIL/WAIVED status, actionable issues, and rationale, so teams can make informed release decisions without ambiguity. ## Core Features & Use Cases - Deterministic Gate Decisions: Applies ordered rules based on risk scores, test coverage gaps, issue severity, and NFR statuses to derive the gate status consistently. - Standardized YAML Schema: Produces gate files with fixed severity values (low/medium/high), standard issue ID prefixes (SEC-, PERF-, TEST-), quality scores, and optional audit history. - Co-located Artifacts: Places gate files alongside the story or task they assess, mirroring the PRD directory structure rather than a central folder. - Use Case: After the qa-story skill reviews story 1.3 and finds missing rate limiting on auth endpoints, this Skill generates story.1.3.gate.1.auth-review.yml with a CONCERNS status, a high-severity SEC-001 issue, and a suggested fix. ## Quick Start Create a quality gate file for story 1.3 based on the completed QA review findings.