coverage-review
Installation
SKILL.md
Run every Monday (or manually when test suite feels stale).
STEP 1 — COVERAGE ANALYSIS
Run: npm run coverage Run: npx playwright test --reporter=json
STEP 2 — FIND GAPS
Identify:
- Any function in src/ with 0% test coverage
- Any screen in docs/SCREENS.md with no corresponding E2E test
- Any error state in the wireframes with no test
- Any P1 or P2 feature from the PRD with no E2E test
- Any route that has never appeared in a Playwright test
STEP 3 — FILL GAPS