skill-coverage-audit

Trace changed codepaths and map them against existing tests.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/burgebj/claudeoctopus --skill skill-coverage-audit-burgebj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-coverage-audit
Source: https://github.com/burgebj/claudeoctopus/tree/main/.claude/skills/skill-coverage-audit
Command: npx skills add https://github.com/burgebj/claudeoctopus --skill skill-coverage-audit-burgebj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies missing test coverage in code changes by tracing execution paths, comparing them against existing tests, and highlighting risky untested behavior before release.

Core Features & Use Cases

  • Codepath Analysis: Maps changed files, branches, error paths, guards, loops, and integrations to build a coverage inventory.
  • Coverage Gap Detection: Scores existing tests by quality and produces coverage maps with risk-based prioritization.
  • Test Generation Guidance: Creates targeted tests for uncovered paths while following project conventions and verification workflows.

Quick Start

Use the skill-coverage-audit skill to analyze my latest code changes, find untested paths, and generate missing tests.

Frequently Asked Questions about skill-coverage-audit

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

FAQPage Schema
How do I find missing test coverage in my pull request?

Test coverage gap detection works by tracing changed execution paths, mapping them against existing tests, and producing risk-prioritized coverage maps to highlight uncovered behavior.

What is the best way to automate regression testing for new code changes?

Automating regression testing for new code changes requires mapping changed files and branches, scoring existing tests by quality, and generating targeted tests for uncovered paths following project conventions.

Can I generate tests for uncovered codepaths automatically?

Yes, you can generate tests for uncovered codepaths by applying targeted test generation that follows project conventions and verification workflows for newly identified gaps.

Does codepath analysis work for edge cases and error paths?

Codepath analysis works for edge cases and error paths by mapping changed files, branches, guards, and loops to build a comprehensive coverage inventory for regression prevention.

When should I perform a pre-release code audit for test coverage?

You should perform a pre-release code audit for test coverage when you need to trace execution paths, score existing tests by quality, and visualize risk-based gaps before changes reach production.