What problem does it solve?
The Test skill verifies that an implementation satisfies the original goals by running focused acceptance, integration, E2E, and boundary tests, presenting deterministic pass/fail results, and coordinating fix dispatch without making production code changes.
Core Features & Use Cases
- Acceptance coverage: Maps each goals.md acceptance criterion to one or more explicit tests and produces a coverage analysis for user approval.
- Test orchestration and gating: Runs existing suites, reviews test code (Pattern 1), executes approved tests once deterministically, and presents detailed pass/fail artifacts to the human gate.
- Fix routing and PR handling: Classifies failures as quick or full pipeline fixes, writes fix task files, routes fixes through the appropriate subagents, and prepares PRs after approval.
Quick Start
Run the Test skill to execute approved acceptance tests, present coverage and results, and dispatch fix tasks or prepare the phase PR as instructed.