What problem does it solve?
Inadequate testing leads to bugs, regressions, and a lack of confidence in code changes. This Skill promotes a culture of exhaustive testing across multiple dimensions, ensuring high code quality and stability, ultimately saving you debugging time and increasing reliability.
Core Features & Use Cases
- Multi-Dimensional Testing: Guides you on implementing unit, integration, regression, end-to-end, and manual tests for complete coverage.
- Quality Standards: Defines expectations for test readability, determinism, and passing requirements, ensuring your tests are effective and trustworthy.
- Proactive Bug Prevention: Emphasizes writing tests alongside implementation and addressing deprecation warnings immediately, catching issues early.
- Use Case: A developer is implementing a new feature. This skill guides them to write comprehensive tests for each component, integrate them, and create regression tests for any bugs found, ensuring the feature is robust before deployment.
Quick Start
When developing a new feature, ask me to "Guide me on writing exhaustive tests for this feature." I will help you plan unit, integration, and end-to-end tests.