test-scaffolding
Installation
SKILL.md
Test Scaffolding Generator
Automatically generate test scaffolding for untested code.
Testing Philosophy
Good tests are an investment, not a cost.
Core Beliefs
- Tests as Documentation: Tests show how code should be used
- Fast Feedback: Quick tests enable rapid development
- Confidence to Refactor: Good test coverage allows safe changes
- Regression Prevention: Tests catch bugs before production