/apply-qa-fixes
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.
$ npx -y skills add SynkraAI/aiox-core --skill apply-qa-fixes --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/apply-qa-fixes
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
SKILL.md
apply-qa-fixes.SKILL.mdname: 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: devapply-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
1. Load and execute `apply-qa-fixes.md`. 2. Adopt story **Executor** (fallback `@dev`). 3. Inventory **all** findings before fixing (complete-findings). 4. Fix CRITICAL/HIGH before MEDIUM/LOW; each finding → FIXED | WON'T_FIX (justified) | DEFERRED (owner). 5. Re-run `npm run lint && npm run typecheck && npm test`. 6. Update File List + QA Results resolution notes. 7. **Hand back to `review-story`** — do not self-approve, do not set Done.
Post-phase verification
- [ ] Findings addressed (or justified)
- [ ] Gates re-run and noted
- [ ] Story still not `Done`
Forbidden
- Self-approving the gate
- `Status: Done`
- `git push`
- Product harvest trees (see ARCH-A denylist)
🌐 README por idioma: EN | PT | ES | ZH Devolvendo às pessoas o poder de criar — Framework open source de orquestração de IA que devolve o controle a quem tem coragem de construir.
Repo: SynkraAI/aiox-core
Other skills on aiox-core.
- /aiox-master
Activate Orion (aiox-master) for AIOX Master Orchestrator & Framework Developer. Use when you need comprehensive expertise across all domains, framework component creation/modification, workflow orchestration, or running tasks that don't...
Open skill - /analyst
Activate Atlas (analyst) for Business Analyst. Use for market research, competitive analysis, user research, brainstorming session facilitation, structured ideation workshops, feasibility studies, industry trends analysis, project discov...
Open skill - /architect
Activate Aria (architect) for Architect. Use for system architecture (fullstack, backend, frontend, infrastructure), technology stack selection (technical evaluation), API design (REST/GraphQL/tRPC/WebSocket), security architecture, perf...
Open skill - /data-engineer
Activate Dara (data-engineer) for Database Architect & Operations Engineer. Use for database design, schema architecture, Supabase configuration, RLS policies, migrations, query optimization, data modeling, operations, and monitoring
Open skill - /dev
Activate Dex (dev) for Full Stack Developer. Use for code implementation, debugging, refactoring, and development best practices
Open skill - /devops
Activate Gage (devops) for GitHub Repository Manager & DevOps Specialist. Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized to push to remote repository.
Open skill

