What problem does it solve?
This Skill eliminates the guesswork of identifying weak, missing, or implementation-bound tests in your codebase, especially for high-risk security and credential-related paths, so you can prioritize test improvements with confidence instead of chasing arbitrary coverage numbers.
Core Features & Use Cases
- Behavior-First Auditing: Judges tests by whether they pin observable user behavior rather than implementation details, flagging tests that break on safe refactors.
- Risk-Weighted Prioritization: Ranks coverage gaps by blast radius, so security, crypto, and credential paths outrank cosmetic test gaps.
- Structured Audit Output: Produces a single, parseable audit file that serves as the contract for the paired act-on-test-audit skill to fill identified gaps.
- Use Case: For a browser extension handling user credentials like CUNYAutoLogin, it will flag untested credential encryption paths and tests that assert on internal mock calls before any test refactor, preventing security regressions.
Quick Start
Invoke the test-coverage-audit skill to generate a risk-ranked report of your test suite's weak spots before making any test changes.