Analyze test coverage and generate missing tests:
Analyzes test coverage and generates missing unit, integration, and E2E tests.
/plugin marketplace add xd3an/cc-plus/plugin install cc-plus@cc-pluseverything-claude-code/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: