What problem does it solve?
QA teams spend significant effort reading specs, deriving exhaustive test cases, executing tests, and reporting results. This skill automates end-to-end QA workflows, ensuring consistency and traceability from requirements to validation.
Core Features & Use Cases
- Spec-loading & interpretation: reads specs to extract requirements and acceptance criteria.
- Test-case generation: creates comprehensive test cases covering happy paths, edge cases, and negative scenarios.
- Test execution coordination: orchestrates test runs and collects results.
- Reporting & traceability: reports outcomes with mappings back to requirements and tickets.
- Use Case: Given a feature ticket, generate 50-100 test cases from specs, run them, and produce a summary report.
Quick Start
Run a full QA cycle by loading specs/<ticket-id>.md, generating test cases, executing them, and returning a summary report.