Analyzes test coverage and generates missing tests to achieve 80%+ coverage
65
52%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/test-coverage/SKILL.mdAnalyze test coverage and generate missing tests:
Run tests with coverage: npm test --coverage or pnpm test --coverage
Analyze coverage report (coverage/coverage-summary.json)
Identify files below 80% coverage threshold
For each under-covered file:
Verify new tests pass
Show before/after coverage metrics
Ensure project reaches 80%+ overall coverage
Focus on:
45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.