coverage-boost
Installation
SKILL.md
Coverage Boost
Your coverage is at 67% and PM wants 80%. This tool finds uncovered lines and generates tests for them.
Quick Start
npx ai-coverage-boost ./src/utils/helpers.ts
What It Does
- Analyzes existing test coverage
- Identifies uncovered code paths
- Generates targeted tests for gaps
- Focuses on edge cases you missed