
Coverage
- 1.6k installs
- 23.5k repo stars
- Updated July 17, 2026
- alirezarezvani/claude-skills
coverage is an agent skill that >-.
About
>- --- name: "coverage" description: >- Analyze test coverage gaps. Use when user says "test coverage", "what's not tested", "coverage gaps", "missing tests", "coverage report", or "what needs testing". --- # Analyze Test Coverage Gaps Map all testable surfaces in the application and identify what's tested vs. Map Application Surface Use the `Explore` subagent to catalog: **Routes/Pages:** - Scan route definitions (Next.js `app/`, React Router config, Vue Router, etc.) - List all user-facing pages with their paths **Components:** - Identify interactive components (forms, modals, dropdowns, tables) - Note components with complex state logic **API Endpoints:** - Scan API route files or backend controllers - List all endpoints with their methods **User Flows:** - Identify critical paths: auth, checkout, onboarding, core features - Map multi-step workflows ### 2. Map Existing Tests Scan all `*.spec.ts` / `*.spec.js` files: - Extract which pages/routes are covered (by `page.goto()` calls) - Extract which components are tested (by locator usage) - Extract which API endpoints are mocked or hit - Count tests per area ### 3.
- Analyze Test Coverage Gaps
- Scan route definitions (Next.js `app/`, React Router config, Vue Router, etc.)
- List all user-facing pages with their paths
- Identify interactive components (forms, modals, dropdowns, tables)
- Note components with complex state logic
Coverage by the numbers
- 1,622 all-time installs (skills.sh)
- +2 installs in the week ending Jul 29, 2026 (Skillselion tracking)
- Ranked #455 of 2,159 Testing & QA skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 31, 2026 (Skillselion catalog sync)
coverage capabilities & compatibility
- Capabilities
- analyze test coverage gaps · scan route definitions (next.js `app/`, react ro · list all user facing pages with their paths · identify interactive components (forms, modals, · note components with complex state logic
- Use cases
- documentation
What coverage says it does
--- name: "coverage" description: >- Analyze test coverage gaps.
Use when user says "test coverage", "what's not tested", "coverage gaps", "missing tests", "coverage report", or "what needs testing".
--- # Analyze Test Coverage Gaps Map all testable surfaces in the application and identify what's tested vs.
Prioritize Gaps Rank uncovered areas by business impact: 1.
npx skills add https://github.com/alirezarezvani/claude-skills --skill coverageAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.6k |
|---|---|
| repo stars | ★ 23.5k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 17, 2026 |
| Repository | alirezarezvani/claude-skills ↗ |
What problem does coverage solve for developers using this skill?
>-
Who is it for?
Developers who need coverage patterns described in the cached skill documentation.
Skip if: Skip when docs are empty or the task is outside the skill's documented scope.
When should I use this skill?
>-
What you get
Actionable workflows and conventions from SKILL.md for coverage.
- Test coverage gap report
- Catalog of untested routes and endpoints
Files
../../../engineering-team/playwright-pro/skills/coverage/SKILL.md
Related skills
How it compares
Choose coverage for structural gap mapping across routes and endpoints rather than line-percentage reports from Jest or Vitest alone.
FAQ
What does coverage do?
>-
When should I use coverage?
>-
Is coverage safe to install?
Review the Security Audits panel on this page before installing in production.