What problem does it solve?
When a QA review gate returns FAIL or CONCERNS on a story, developers need a disciplined way to remediate every finding without losing track of items or prematurely marking work as done. This Skill operationalizes that remediation loop inside the AIOX framework.
Core Features & Use Cases
- Complete findings inventory: Enumerates all QA gate findings before fixing, then resolves each as FIXED, WON'T_FIX (justified), or DEFERRED (with owner), prioritizing CRITICAL/HIGH over MEDIUM/LOW.
- Verification gates: Re-runs lint, typecheck, and tests after fixes, and updates the story's File List and QA Results resolution notes.
- No self-approval: Explicitly forbids self-approving the gate, setting Status to Done, or pushing to git; always hands back to the review-story workflow.
- Use Case: After a QA review flags a story with gate FAIL, invoke this Skill with the story path to systematically remediate findings and return the story for re-review.
Quick Start
Ask the agent to apply QA fixes to your story file, for example by providing the story path and choosing yolo or interactive mode.