create-qa-task
Installation
SKILL.md
create-qa-task
Generate a test specification document for the QA agent to implement based on validated customer issue.
Quick Start
- Review validation results (Playwright report, screenshots, errors)
- Create test specification with objective and scope
- Define test scenarios (happy path, edge cases, error conditions)
- Specify test data and environment requirements
- Package for QA agent handoff
Purpose
Create a comprehensive test specification that describes WHAT to test, not HOW to implement it. The QA agent will use this specification to write actual test code.