test-coverage-boost
Installation
SKILL.md
Test Coverage Boost - From Zero to Hero Testing
🎯 When to Use This Skill
Use when you need to:
- Add tests to untested code
- Increase coverage for CI/CD requirements
- Prepare for major refactoring
- Meet team coverage goals (usually 70-80%)
- Fix flaky or broken tests
- Implement TDD practices