quality-coverage

Identify untested code paths in the AICP codebase and prioritize gaps by risk.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill quality-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-coverage
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/quality-coverage
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill quality-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits AICP's test suite to identify coverage gaps across code paths, enabling targeted test creation and risk reduction.

Core Features & Use Cases

  • Surface uncovered code paths across the codebase (core modules, backends, guardrails) and rank them by risk.
  • Prioritize test authoring by blast radius and failure severity to maximize safety with minimal effort.
  • Generate a baseline coverage audit page to track progress over time and guide future QA cycles.

Quick Start

Run a coverage audit to surface untested paths and generate a baseline report for future comparisons.

Frequently Asked Questions about quality-coverage

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

FAQPage Schema
How do I identify untested code paths in my pytest suite?

Identify untested code paths by running a coverage audit that analyzes your pytest test suite, ranks uncovered code by risk severity, and documents per-file coverage gaps. This surfaces critical blind spots impacting core modules.

What is the best way to prioritize test coverage gaps by risk?

Prioritizing test coverage gaps by risk involves evaluating blast radius and failure severity for uncovered code paths. This maximizes safety with minimal effort by focusing test authoring on critical, high-risk core modules first.

Can I use pytest and coverage tooling to audit my entire test suite?

Yes, you can apply pytest and coverage tooling to the entire test suite to audit untested paths. The audit scans core modules, backends, and guardrails to surface high-risk gaps and generate a baseline coverage page.

How do I generate a baseline coverage audit report for future comparisons?

Generate a baseline coverage audit report by running an audit that documents per-file coverage findings and untested paths. This baseline tracks progress over time and guides future targeted test authoring cycles.

Does test coverage auditing work for finding gaps in core modules and guardrails?

Test coverage auditing works by scanning the entire codebase to surface uncovered code paths across core modules, backends, and guardrails. It ranks these gaps by risk to prioritize targeted test creation efficiently.