Content Preview
# Test Coverage Command
Analyze and report test coverage
## Instructions
Follow this systematic approach to analyze and improve test coverage: **$ARGUMENTS**
1. **Coverage Tool Setup**
- Identify and configure appropriate coverage tools:
- JavaScript/Node.js: Jest, NYC, Istanbul
- Python: Coverage.py, pytest-cov
- Java: JaCoCo, Cobertura
- C#: dotCover, OpenCover
- Ruby: SimpleCov
- Configure coverage reporting formats (HTML, XML, JSON)
- Set up coverage thrHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/test-coverage.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/test-coverage.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/qdhenry/Claude-Command-SuiteThen reference at .claude/commands/test/test-coverage.md
Related Skills
svelte:test-coverage
Analyze test coverage, identify testing gaps, and provide recommendations for improving test coverage in Svelte/SvelteKit projects.
commandssvelte:testcoveragesvelte
by qdhenry · claude-command-suite
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins