test-coverage-auditor
by Zicheng Liao
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
One-time purchase
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.
test-coverage-auditor
by Zicheng Liao
High-precision test gap analysis that prioritizes untested code by risk and identifies missing edge cases.
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
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/test-coverage-auditor | tar xz -C ~/.claude/skills/Free 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
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
subagent-orchestrator (Develop based on the Claude Code sourcemap)
Turn your AI agent into a coordinator that manages parallel subagents for complex coding and research tasks.
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.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.