skills/coverage-review/SKILL.md
Find untested areas across the codebase and fill coverage gaps. Run weekly or when the test suite feels stale.
npx skillsauth add ajaywadhara/agentic-sdlc-plugin coverage-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
STEP 3 — FILL GAPS
For each gap found: write a test. No implementation changes. Gaps that require new feature code are filed as backlog items, not fixed here.
STEP 4 — REPORT
Save to qa/COVERAGE_GAPS.md:
tools
Generate clickable HTML wireframes for every screen in the PRD. No design tool needed — open in browser.
tools
Interactive browser testing via Playwright MCP. Navigates the live app, tests every screen, flow, and viewport — then generates permanent .spec.ts test files.
documentation
Turn a vague idea into a structured PRD through guided conversation. The agent asks questions — you just talk.
testing
Market reality check — find competitors, read 1-star reviews, identify your angle. Run after /start.