Test Coverage
Description
--- description: "Measure and report test coverage for the current project." disable-model-invocation: true --- # Test Coverage Analyze test coverage and generate missing tests: 1. Run tests with coverage: npm test --coverage or pnpm test --coverage 2. Analyze coverage report (coverage/coverage-summary.json) 3. Identify files below 80% coverage threshold 4. For each under-covered file: - Analyze untested code paths - Generate unit tests for functions - Generate integration tests f
Installation
Installs to ~/.claude/skills/rohirik-claude-code-config-test-coverage/SKILL.md
mkdir -p ~/.claude/skills/rohirik-claude-code-config-test-coverage && curl -fsSL https://raw.githubusercontent.com/RohiRIK/claude-code-config/HEAD/commands/test-coverage.md -o ~/.claude/skills/rohirik-claude-code-config-test-coverage/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing