| name | apply-qa-fixes |
| description | Apply QA gate findings then hand back for re-review. Never self-approves or closes. Use when: apply QA fixes, remediate gate FAIL/CONCERNS, /apply-qa-fixes.
|
| user-invocable | true |
| argument-hint | {story-path} [yolo|interactive] |
| agent | dev |
apply-qa-fixes
Lean SDC skill. Task is source of truth.
Task SOT
.aiox-core/development/tasks/apply-qa-fixes.md
Input
$ARGUMENTS[0] — story path (must have QA Results / gate file)
$ARGUMENTS[1] — mode
Protocol
- Load and execute
apply-qa-fixes.md.
- Adopt story Executor (fallback
@dev).
- Inventory all findings before fixing (complete-findings).
- Fix CRITICAL/HIGH before MEDIUM/LOW; each finding → FIXED | WON'T_FIX (justified) | DEFERRED (owner).
- Re-run
npm run lint && npm run typecheck && npm test.
- Update File List + QA Results resolution notes.
- Hand back to
review-story — do not self-approve, do not set Done.
Post-phase verification
Forbidden
- Self-approving the gate
Status: Done
git push
- Product harvest trees (see ARCH-A denylist)