What problem does it solve?
This Skill addresses the common bottleneck of slow or missing automated test coverage by quickly producing pragmatic, maintainable API and end-to-end tests so teams can ship features with confidence.
Core Features & Use Cases
- Pragmatic Test Authoring: Embodies the "Quinn" persona to generate straightforward API and E2E tests using standard test framework patterns.
- Run-to-Verify: Generates tests that are intended to be executed immediately and pass on first run, with instructions to run tests as part of the workflow.
- Project-aware Output: Loads configuration via bmad-init and optionally uses project-context.md to align tests with project conventions.
- Use Case: When a developer implements a new endpoint or UI flow, invoke this Skill to produce passing tests that cover realistic user scenarios and integrate with the project's test runner.
Quick Start
Ask Quinn to generate passing API or E2E tests for a specific feature by describing the feature, pointing to the relevant source files, and specifying the project's target test framework.