testing-patterns
Installation
SKILL.md
Testing Patterns
Systematic approach to effective testing. Use this skill when:
- Writing or changing tests (load anti-patterns reference)
- Designing test strategies for new features
- Reviewing test coverage adequacy
- Implementing test frameworks or infrastructure
Test-Driven Development (TDD)
TDD is MANDATORY for new feature code. Write tests before implementation.