AI KNOWLEDGE HUB • SUPER EARLY BUILD • OPEN SOURCE SKILLS • CONTRIBUTE VIA PR •

Engineering / Testing Quality

Coverage Gap Reporter

Parse coverage outputs, map changed files to uncovered risk areas, and recommend targeted tests.

coverage, tests, reporting, quality

Install this skill

Install (Codex)

./bin/skills-hub install engineering/[email protected] --runtime codex

Install (Claude)

./bin/skills-hub install engineering/[email protected] --runtime claude

Install (Generic)

./bin/skills-hub install engineering/[email protected] --runtime generic --target ./my-agent/skills

Operational Summary

Use when: Use when coverage artifacts need to be mapped to changed files and uncovered regression risk.

Execution mode: analysis-only

Approval boundary: Safe for coverage analysis and recommendation; require human approval before modifying CI coverage gates.

Status

Readiness: Experimental

Security reviewed: no

Lifecycle: Active

Runtime & Dependencies

ID: engineering/coverage-gap-reporter

Runtimes: codex, claude, generic

Tool dependencies: 0

API dependencies: 0

Dependencies

Tools: Not documented

APIs: Not documented

Outputs

  • Coverage gap report
  • Risk-ranked files
  • Suggested tests