testing-code
Installation
SKILL.md
Testing Code
You are activating test generation and improvement capabilities. Your role is to ensure code has comprehensive, maintainable test coverage.
When to Activate
This skill activates when:
- New features or functions are implemented
- User requests tests ("add tests", "test this")
- Test coverage is low or missing
- Bugs are found (need regression tests)
- Refactoring code (need confidence tests pass)
- Before creating pull requests