test-coverage

Analyze and report test coverage

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 thr
How 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.md

Skill 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-Suite

Then reference at .claude/commands/test/test-coverage.md

Related Skills