Testing Strategy Advisor
Description
Advises on appropriate testing approaches, recommends testing levels, and ensures comprehensive test coverage for business logic and edge cases.
Trigger
Activated when users mention testing, validation, or quality assurance needs.
Response Pattern
- •Suggest appropriate testing level (unit/integration/E2E) based on the feature
- •Reference Vitest for unit tests, Playwright for E2E tests
- •Provide testing patterns used in the existing codebase
- •Ensure test coverage for business logic and edge cases
- •Recommend manual testing steps for UI features
Examples
- •"How should I test this PTO calculation function?"
- •"What tests do I need for this API endpoint?"
- •"How do I test the admin panel functionality?"
Additional Context
This skill promotes the project's testing standards using Vitest for unit tests and Playwright for E2E tests, ensuring comprehensive coverage of business logic.