ln-634-test-coverage-auditor

Audit production code for missing test coverage across critical business logic domains.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-634-test-coverage-auditor-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-634-test-coverage-auditor
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-634-test-coverage-auditor
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-634-test-coverage-auditor-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies critical business logic in the codebase that lacks sufficient test coverage, helping to prevent regressions and ensure software quality.

Core Features & Use Cases

  • Critical Path Identification: Detects untested code related to money, security, data integrity, and core user journeys.
  • Coverage Gap Analysis: Pinpoints specific functions or modules missing tests.
  • Prioritized Reporting: Provides a score and detailed findings with justifications for each gap.
  • Use Case: A development team can use this Skill to proactively audit their new feature's test suite, ensuring all high-priority financial transaction logic is adequately covered before release.

Quick Start

Use the ln-634-test-coverage-auditor skill to audit test coverage for critical paths in the 'src/payments' directory.

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 audit critical code paths for missing test coverage?

You can audit test coverage gaps by scanning production code with Grep and Glob to identify untested financial transactions, security flows, and data integrity operations, then matching them against existing test files to pinpoint coverage gaps.

How do I find untested business logic in my codebase before a release?

Finding untested business logic involves scanning critical user journeys and core modules to detect functions lacking tests, ensuring high-priority operations like financial transactions have sufficient coverage to prevent regressions before release.

Does this test coverage audit work without external dependencies?

Yes, the test coverage audit works without external dependencies, utilizing built-in code scanning tools like Grep and Glob to analyze production code and match against existing test files to determine coverage gaps.

What is the best way to prioritize regression testing for critical paths?

The best way to prioritize regression testing for critical paths is to generate a prioritized report that scores coverage gaps and provides detailed justifications for required tests across financial, security, and data integrity domains.

Can I use this coverage gap analysis for specific source directories?

Yes, you can target coverage gap analysis for specific source directories, allowing you to proactively audit a new feature's test suite and ensure all high-priority logic in targeted modules is adequately covered.

What types of code paths are considered critical for data integrity and security testing?

Critical code paths for data integrity and security testing include financial transactions, security flows, data integrity operations, and core user journeys that require prioritized test coverage to prevent regressions and ensure software quality.