| name | apply-qa-fixes |
| description | Apply code/test fixes from QA gate results: prioritized plan from gate YAML and assessments. |
Implement fixes based on QA results (gate and assessments) for a story; apply code/test changes systematically.
- Load QA gate YAML and assessment markdowns for the story
- Build prioritized fix plan (high severity first, then NFRs, then coverage gaps)
- Apply code fixes and add missing tests
- Run
deno lint and deno test -A until clean
- Update allowed story sections (Dev Agent Record, File List, Change Log)
- Set status to "Ready for Review" or "Ready for Done"
→ Full instructions: instructions.md