What problem does it solve?
This Skill reduces the risk of regressions and incomplete acceptance by guiding the creation, execution, and verification of tests for new features and bug fixes.
Core Features & Use Cases
- Acceptance-driven test design: Read acceptance criteria and translate them into focused test cases covering happy path, edge cases, and error handling.
- Project-aligned test authoring: Follow repository conventions, test naming, and framework patterns to integrate new tests cleanly.
- Execution and verification: Run tests using the project's test runner, confirm new tests pass, and ensure no existing tests are broken.
- Use Case: Add unit and integration tests for a recently implemented feature to ensure all acceptance criteria are validated and prevent future regressions.
Quick Start
Run a focused test development session: read the relevant acceptance file, write targeted tests following project conventions, and execute them to confirm all criteria pass.