1

    test-coverage-auditor

    by Zicheng Liao

    High-precision test gap analysis that prioritizes untested code by risk and identifies missing edge cases.

    Updated May 2026
    0 installs

    Free

    One-time purchase

    Included in download

    • Downloadable skill package
    • 1 permission declared
    • Instant install

    Sample Output

    A real example of what this skill produces.

    Critical — Zero Tests

    | File | Function | Risk | | src/pay/stripe.ts | processRefund() | Financial Logic |

    Warning — Missing Edge Cases

    | File | Function | Missing Cases | | util/date.ts | format() | Leap years, timezone offsets |

    Total: 12 gaps identified.

    About This Skill

    What it does

    The Test Coverage Auditor is a sophisticated diagnostic tool that maps your codebase to your test suite to uncover exactly where your application is vulnerable. Unlike standard CLI coverage tools that just give you a percentage, this skill performs a semantic analysis of your source code to identify specific untested functions, public exports, and critical logic paths.

    Why use this skill

    Standard coverage reports often miss the "why" and "where." This skill bridges that gap by categorizing untested code by risk level—tagging authentication, data persistence, and public APIs as critical priorities. It saves developers hours of manual auditing by automatically detecting your framework (Jest, Pytest, Go, etc.), mapping files to their tests, and suggesting missing edge cases like null inputs or boundary conditions.

    Supported tools

    • JS/TS: Jest, Vitest, Mocha, Jasmine
    • Python: Pytest, Unittest
    • Go: Native testing toolchain
    • Rust: Cargo test suites
    • Generic: Custom naming conventions and scripts

    Output quality

    You receive a structured Markdown report featuring a prioritized action plan. It doesn't just list files; it identifies specific line ranges and provides a "Top 3 Priorities" list so you can focus your testing efforts where they impact security and stability most.

    Use Cases

    • Identify high-risk public APIs that lack unit test verification
    • Prioritize test-writing sprints by ranking gaps by business impact
    • Surface missing edge cases like null handling and boundary conditions
    • Assess technical debt and test coverage when inheriting legacy codebases

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell

    File Scopes

    test-coverage-auditor/**

    Frequently Asked Questions

    More Premium Skills

    Free