ln-634-test-coverage-auditor

Audit critical production paths and output a domain-tagged JSON coverage gap report.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-634-test-coverage-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-634-test-coverage-auditor
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-634-test-coverage-auditor
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-634-test-coverage-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies missing tests for critical paths across Money, Security, Data, and Core Flows, providing prioritized gaps for remediation.

Core Features & Use Cases

  • Classify critical paths by priority thresholds
  • Detect missing tests and categorize gaps (CRITICAL/HIGH/MEDIUM)
  • Produce a report with rationale and suggested test types
  • Integrate with downstream triage workflows for test planning

Quick Start

Run ln-634-test-coverage-auditor to surface coverage gaps and plan test expansion.

Frequently Asked Questions about ln-634-test-coverage-auditor

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

FAQPage Schema
How do I identify untested critical paths in my codebase?

Test coverage auditing identifies untested critical paths by analyzing your codebase for gaps in money flows, security operations, data integrity checks, and core business logic. The audit classifies gaps by priority level and produces a prioritized report showing which paths lack test coverage and why they matter.

What's the best way to find missing tests for security and data integrity flows?

Domain-aware gap analysis examines critical production paths across security, data integrity, money, and core flows to locate untested segments. It categorizes missing tests by criticality, suggests test types for each gap, and estimates remediation effort.

Can I use test coverage auditing to prioritize which gaps to fix first?

Yes. The audit classifies coverage gaps into CRITICAL, HIGH, and MEDIUM priority tiers based on business impact, then computes an overall compliance score. This prioritization lets you focus remediation on the highest-risk untested paths first.

What output does a test coverage audit provide for test planning?

A domain-tagged JSON report details each coverage gap with rationale for why it's untested, recommended test types to fill it, and effort estimates for implementation. This output integrates directly into downstream triage and test planning workflows.

Does test coverage auditing work across different codebases or just specific domains?

The audit operates in both domain-aware and global modes. Domain-aware mode targets money, security, data, and core flows within specific systems; global mode scans across your entire codebase to surface untested critical paths regardless of domain boundaries.