Skip to main content
Back to the directory
alirezarezvani/claude-skillsSoftware EngineeringFrontend and Design

coverage

Map all testable surfaces in the application and identify what's tested vs. what's missing.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
995

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/alirezarezvani/claude-skills --skill coverage
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, coverage has 995 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: alirezarezvani/claude-skills. Canonical URL: https://skills.sh/alirezarezvani/claude-skills/coverage.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Map all testable surfaces in the application and identify what's tested vs. what's missing. Use the Explore subagent to catalog: Routes/Pages: Components: API Endpoints: User Flows: Scan all *.spec.ts / *.spec.js files: Rank uncovered areas by business impact: For each gap, recommend: Ask user: "Generate tests for the top N gaps? [Yes/No/Pick specific]" If yes, invoke /pw:generate for each gap with the recommended template. - 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 - Scan API route files or backend controllers - List all endpoints with their methods - Identify critical paths: auth, checkout, onboarding, core features - Map multi-step workflows - 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 - Critical — auth, payment, core features → test first - High — user-facing CRUD, search, navigation - Medium — settings, preferences, edge cases - Low — static pages, about, terms - Number of tests needed - Which template from templates/ to use - Estimated effort (quick/medium/complex) - Coverage matrix (table format) - Coverage percentage estimate -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does coverage do?

Map all testable surfaces in the application and identify what's tested vs. what's missing.

Is coverage good?

coverage does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support coverage?

coverage currently lists compatibility with Skills CLI.

Is coverage safe to install?

coverage has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to coverage?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install coverage?

Run the following command to install coverage: npx skills add https://github.com/alirezarezvani/claude-skills --skill coverage

Related skills

More from alirezarezvani/claude-skills

Related skills

Alternatives in Software Engineering