test-coverage

Analyze coverage reports and flag files below the 80% threshold.

24|5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Luohaothu/everything-codex --skill test-coverage-luohaothu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coverage
Source: https://github.com/Luohaothu/everything-codex/tree/main/skills/test-coverage
Command: npx skills add https://github.com/Luohaothu/everything-codex --skill test-coverage-luohaothu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze test coverage, identify files below 80% threshold, and generate missing tests. Supports unit, integration, and E2E tests.

Core Features & Use Cases

  • Identify coverage gaps from reports and flag under-covered files
  • Generate unit, integration, and E2E tests to improve coverage
  • Validate improvements by re-running coverage reports and comparing before/after

Quick Start

Run the skill to analyze your project’s test coverage and generate missing tests to reach 80%+ coverage.

Frequently Asked Questions about test-coverage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate missing tests for under-covered files?

To automatically generate missing tests, the skill analyzes coverage reports to flag files below the 80% threshold and generates targeted unit, integration, or E2E tests to fill the specific coverage gaps.

Can I analyze test coverage gaps for both Go and Python projects?

Yes, you can analyze test coverage gaps for Go and Python projects, as well as JavaScript. The skill identifies under-covered files from coverage reports across these languages to support targeted test generation.

What is the best way to improve unit test coverage to reach an 80% threshold?

The best way to improve unit test coverage to an 80% threshold is running this skill to analyze existing reports, generate missing unit tests for flagged files, and re-run coverage validation to confirm improvements.

Does this tool generate integration and E2E tests or just unit tests?

Yes, this tool generates integration and E2E tests alongside unit tests. It identifies coverage gaps across all three test types and creates targeted tests to comprehensively improve overall project coverage.

How do I validate that newly generated tests actually improve code coverage?

To validate improved code coverage, the skill re-runs your coverage tools and compares the before and after reports. This verifies that the generated tests successfully cover the previously under-tested files.

Why does my test coverage report show files below the 80% threshold?

Files appear below the 80% threshold when existing tests fail to execute critical code paths. The skill analyzes these coverage reports to pinpoint exactly which files require auto-generated tests to close the gaps.