coverage-drop-investigator

Installation
SKILL.md

Coverage Drop Investigator

Runbook-style skill for investigating coverage regressions. Identifies which changes caused coverage to drop and recommends targeted tests.

Activation

/coverage-drop-investigator

Investigation Flow

Step 1: Measure Current Coverage

# Generate coverage report
npx jest --coverage --coverageReporters=json-summary

# View summary
Related skills
Installs
18
GitHub Stars
348
First Seen
Mar 20, 2026