audit-tests
Use when the user wants a thorough audit of the existing test suite — aggressively cutting tests that exist just to exist, rewriting weak ones to actually catch the bugs they should, identifying production code that is uncovered or thinly covered, and adding tests where coverage
What it does
scope = $ARGUMENTS
Audit the tests in $scope. Bias hard toward cutting — a test earns its keep only if it catches context loss between changes or encodes domain knowledge the code itself can't express. Restated-behavior tests, getter/setter coverage, mock-the-world ceremonies, framework smoke checks, "it returns what I told it to return" — bloat. Cut them. Rewrite weak ones to actually catch the bugs they should, find production code that's uncovered or thinly covered, and add tests where coverage would catch real defects. When in doubt, delete. Use your own judgment about what counts as a smell, what's worth rewriting, and what's worth covering.
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (657 chars)