testing
Installation
SKILL.md
Testing Principles
Language-Specific References
For language-specific testing patterns, also read:
- TypeScript (Vitest/RTL/Playwright): references/typescript.md
Core Testing Philosophy
- Tests are First-Class Code: Maintain test quality equal to production code
- Fast Feedback: Tests should run quickly and provide immediate feedback
- Reliability: Tests should be deterministic and reproducible
- Independence: Each test should run in isolation
TDD Process [MANDATORY for all code changes]
Execute this process for every code change: