testing
Installation
SKILL.md
Related Skills
- Found a code smell while writing tests? → Use refactoring to fix it first
- Need to design the class structure before testing? → Use design-patterns or principles
- Adding a database migration or API endpoint? → Use schema alongside testing
Applicability Rubric
| Condition | Pass | Fail |
|---|---|---|
| New feature implementation | Adding new functionality | No new behavior |
| Behavior change | Modifying existing behavior | No behavior change |
| Bug fix | Fixing a defect | Non-bug change |
| Pre-refactoring | Ensuring tests exist before refactor | Tests already sufficient |
Apply when: Any condition passes