test-coverage-improver

Installation
SKILL.md

Test Coverage Improver

Instructions

When improving test coverage:

  1. Run coverage report to identify gaps
  2. Prioritize critical/complex code paths
  3. Write tests for uncovered code
  4. Verify coverage improved

Generate Coverage Report

# Jest
npx jest --coverage

# Vitest
npx vitest --coverage
Related skills

More from onewave-ai/claude-skills

Installs
104
GitHub Stars
127
First Seen
Feb 26, 2026