home/categories/debugging/berrykuipers-claude-code-toolkit-claude-api-skills-source-validate-coverage-threshold-skill-md
debuggingtools

validate-coverage-threshold

Validate test coverage meets minimum thresholds (default 80% overall, 80% statements, 75% branches, 80% functions). Parses coverage reports from coverage/coverage-summary.json or test output. Returns pass/fail status with detailed metrics and identifies uncovered files.

BerryKuipers
maintainer
BerryKuipers
Updated 1/19/2026
Stars
5
Forks
2
quick start

Installation and usage

Validate test coverage meets minimum thresholds (default 80% overall, 80% statements, 75% branches, 80% functions). Parses coverage reports from coverage/coverage-summary.json or test output. Returns pass/fail status with detailed metrics and identifies uncovered files.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use validate-coverage-threshold