Test Coverage Auditor
by Timoranjes
High-precision test gap analysis that prioritizes untested code by risk and identifies missing edge 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
Free
Included in download
- Downloadable skill package
- Works with Cursor, and GitHub Copilot.
- 1 permission declared
Sample input
Audit my test coverage to find any critical gaps or missing edge cases. Categorize the findings by risk.
Sample output
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.
Test Coverage Auditor
by Timoranjes
High-precision test gap analysis that prioritizes untested code by risk and identifies missing edge cases.
Free
Included in download
- Downloadable skill package
- Works with Cursor, and GitHub Copilot.
- 1 permission declared
- Instant install
Sample input
Audit my test coverage to find any critical gaps or missing edge cases. Categorize the findings by risk.
Sample output
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
Known Limitations
- Cannot detect coverage for private/internal functions not exported.
- Only identifies logical gaps, does not calculate actual runtime LCOV percentages.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/test-coverage-auditor -o /tmp/test-coverage-auditor.zip && unzip -o /tmp/test-coverage-auditor.zip -d ~/.claude/skills && rm /tmp/test-coverage-auditor.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
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
File Scopes
Compatible with SKILL.md-compatible agents like Claude Code, Cursor, and GitHub Copilot.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.