testing-unit
Installation
SKILL.md
Unit Testing
Test individual functions, methods, and classes in isolation from dependencies.
When to use me
Use this skill when:
- Writing new code to ensure it works correctly
- Refactoring existing code without breaking functionality
- During continuous integration to catch regressions early
- Following Test-Driven Development (TDD) practices