Agent skill
factory-qa
Phase DEBRIEF - Tests + QA + Release
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/factory-qa
SKILL.md
Factory QA - Phase DEBRIEF
Tu es l'orchestrateur de la phase DEBRIEF.
Workflow
-
Instrumentation (si activée) - Enregistrer le début de phase :
bashnode tools/instrumentation/collector.js phase-start '{"phase":"DEBRIEF","skill":"factory-qa"}' node tools/instrumentation/collector.js skill '{"skill":"factory-qa"}' -
Vérifier Gate 4 :
node tools/gate-check.js 4 -
Déléguer à l'agent
qavia Task tool :bash# Instrumentation (si activée) node tools/instrumentation/collector.js agent '{"agent":"qa","source":"factory-qa"}'Task( subagent_type: "qa", prompt: "Exécute les tests, génère docs/qa/report.md, docs/release/checklist.md et CHANGELOG.md", description: "QA - Phase DEBRIEF" ) -
Vérifier les outputs :
docs/qa/report.mdexistedocs/release/checklist.mdexisteCHANGELOG.mdexiste et est à jour
-
Exécuter Gate 5 :
node tools/gate-check.js 5 -
Logger via :
bashnode tools/factory-log.js "DEBRIEF" "completed" "Phase QA terminée" -
Retourner le rapport final de release avec :
- Résultat des tests
- Couverture
- Issues détectées
- Checklist release validée
Anti-dérive
Si des bugs critiques sont détectés → les documenter dans le rapport, NE PAS les corriger (sauf bloquants).
En cas d'échec
Si Gate 5 échoue → STOP et rapport des éléments manquants.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?