qa-task-creator
Installation
SKILL.md
QA Task Creator
Purpose
Generate structured work tasks from QA analysis outputs, coverage gaps, spec-auditor findings, risk-analyzer results, and bug reports. Supports two usage patterns: standalone (create tasks directly from user request) and paired with qa-bug-ticket-creator (auto-create linked fix/enhancement tasks from bugs).
Dual-Use Pattern
| Mode | Trigger | Output |
|---|---|---|
| Standalone | User requests task creation from description, coverage gap, or spec finding | GitHub Issue (or Jira/Linear format) with full task details |
| Paired | Bug ticket created by qa-bug-ticket-creator | Linked fix task referencing the bug; optionally enhancement tasks for related improvements |
When paired: bug ticket → fix task; fix task links back to bug via GitHub issue reference (e.g., "Fixes #123").