Analyzes test coverage and generates missing tests to achieve 80%+ coverage
Install with Tessl CLI
npx tessl i github:sc30gsw/claude-code-customes --skill test-coverage65
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Analyze 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.