What problem does it solve?
This Skill helps you design, write, execute, and report tests when you need stronger confidence in software quality, especially after development work leaves coverage gaps or when you need integration and end-to-end validation.
Core Features & Use Cases
- Test strategy planning: Build a test pyramid, map test cases to acceptance criteria, and set coverage targets.
- Test authoring: Write unit, integration, and E2E tests using the project’s language-specific conventions.
- Execution and reporting: Run test suites, collect coverage, record failures, and produce defect lists tied to task IDs.
- Use case: When a feature is implemented but the existing unit tests miss edge cases, use this Skill to add targeted integration or E2E coverage without rewriting the original tests.
Quick Start
Use the testing skill to plan and produce the missing integration and E2E tests for the current feature, then run them and summarize the results in a test report.