ln-634-test-coverage-auditor

Scan production code paths and generate a markdown test coverage gaps report.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-634-test-coverage-auditor-0xtaoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-634-test-coverage-auditor
Source: https://github.com/0xtaoist/taogate/tree/main/ln-634-test-coverage-auditor
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-634-test-coverage-auditor-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Coverage Gaps Auditor identifies missing tests for critical business paths across Money, Security, Data Integrity, and Core Flows, and produces a prioritized report to guide test improvements.

Core Features & Use Cases

  • Audits production paths for money-related, security-related, data-related, and core journey gaps.
  • Classifies and scopes gaps with domain awareness, tagging findings by domain when applicable.
  • Generates a single markdown report (634-coverage-gaps.md) that serves as a quality gate for test coverage.

Quick Start

Run the audit against your codebase to generate a domain-aware 634-coverage-gaps report.

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 missing tests for critical paths in production code?

The audit scans production code for money-related, security-related, data-related, and core-journey paths, then classifies missing tests by domain and severity. This generates a prioritized markdown report to guide test improvements.

What is a domain-aware test coverage gap analysis?

Domain-aware test coverage gap analysis tags missing tests by specific business domains like Money, Security, and Data Integrity. It scopes and classifies test gaps based on the functional area of the production path to prioritize remediation.

How do I generate a quality gate report for test coverage?

You generate a quality gate report by running the audit against your codebase. It produces a consolidated markdown file named 634-coverage-gaps.md that details missing tests for critical business paths and prioritizes test improvements.

Can I use this test coverage auditor for security and data integrity paths?

Yes, the coverage auditor specifically scans for security-related and data-related paths in production code. It identifies missing tests for these critical areas and includes them in the consolidated markdown report.

What is the best way to prioritize missing tests for core journey paths?

The best way to prioritize missing tests is to run an audit that classifies coverage gaps by domain and severity. It tags findings for core journey paths to guide your test improvements effectively.

Does the test coverage audit require external dependencies or components?

No external dependencies or components are required. The test coverage audit relies on a domain-aware scan path and test metadata to analyze production paths and generate the coverage gaps report.