test-coverage-analyzer

Analyze test coverage reports to identify untested code paths and suggest new tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill test-coverage-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coverage-analyzer
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/test-coverage-analyzer
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill test-coverage-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifying gaps in test coverage and understanding where to add new tests can be a manual, time-consuming process. This skill automates the analysis of test coverage metrics, identifies untested code paths, and provides actionable recommendations for improving test coverage.

Core Features & Use Cases

  • Coverage Data Aggregation: Collects and analyzes coverage metrics from various tools (Jest, Istanbul, pytest-cov).
  • Gap Identification: Pinpoints uncovered lines, branches, functions, and missing edge cases.
  • Actionable Recommendations: Provides specific code examples for new tests to improve coverage in critical areas.
  • Use Case: After running your test suite, ask the skill to analyze the coverage report. It will highlight functions with 0% coverage, untested branches, and suggest exact test code to write, helping you quickly boost your test quality.

Quick Start

Analyze the latest test coverage report for the 'user-service' project.