/test-coverage - Run Tests with Coverage Report
SkillDev toolsRun tests with coverage and report uncovered lines/branches per class. Use when user wants to check test coverage, find untested code, identify coverage gaps, or mentions /test-coverage command. Also use after green phases to verify new code is well-covered.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /test-coverage - Run Tests with Coverage Report skill
What this skill tells your AI
The instructions your AI receives, as published by rakovi4/continue-framework in .claude/skills/test-coverage/SKILL.md and read by ahel’s review.
Usage
/test-coverage usecase
/test-coverage storage
/test-coverage rest RegisterUserController
/test-coverage usecase --focus # only classes touched in recent git diff
Arguments
First word is the module:
usecase→:usecasestorage,rest,email,scheduling,security→:adapters:{name}domain→:domain
Optional second word filters the report to classes matching that name.
Optional --focus flag restricts the report to classes changed since the last commit (useful after a green phase to check only new code).
Action
Delegate to .claude/agents/coverage-agent.md which loads .claude/tech/{backend}/templates/testing/coverage-commands.md for commands, report format, gap mapping, and remediation.
Steps:
- Run tests with coverage (stop if tests fail)
- Compute module summary from CSV
- List classes with gaps (apply filter/focus if specified)
- Extract uncovered lines from XML, read source to show actual code
- Report results
- In
--focusmode: map gaps to scenarios, classify reachability, update progress.md with red/green steps for reachable gaps, flag dead code for refactor
Agent
.claude/agents/coverage-agent.md— workflow for gap analysis, reachability classification, progress.md updates
Templates
.claude/templates/testing/coverage-commands.md— universal workflow: focus mode, module mapping, report format.claude/tech/{backend}/templates/testing/coverage-commands.md— tool-specific commands: run, parse, extract
Signals
- GitHub stars
- 51
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
test-coverage-rakovi4- Source
- github.com/rakovi4/continue-framework