What problem does it solve? When a QA review gate returns FAIL or CONCERNS on a story, someone must systematically remediate every finding without cutting corners or prematurely marking the work done. This Skill enforces a disciplined fix workflow that addresses all findings and returns the story for re-review instead of self-approving. ## Core Features & Use Cases - Complete findings inventory: Catalogs every QA finding before fixing, then resolves CRITICAL/HIGH items before MEDIUM/LOW, with each finding marked FIXED, WON'T_FIX (justified), or DEFERRED (with owner). - Gate re-verification: Re-runs lint, typecheck, and test commands after fixes and records resolution notes in the story's File List and QA Results sections. - No self-approval guardrails: Explicitly forbids setting the story to Done, self-approving the gate, or pushing to git, and hands the story back to the review-story workflow. - Use Case: After a QA gate marks a story FAIL with three HIGH findings, invoke this Skill with the story path to remediate each finding, re-run the checks, and route the story back for an independent re-review. ## Quick Start Ask the agent to apply QA fixes to the story file at the given path in interactive mode so every gate finding is remediated and handed back for re-review.