unit-testing-patterns
Installation
SKILL.md
Unit Testing Patterns
Comprehensive patterns for writing effective, maintainable unit tests following TDD principles.
Test-Driven Development (TDD)
The TDD Cycle
- Red - Write a failing test first
- Green - Write minimal code to pass the test
- Refactor - Improve code while keeping tests green