test-audit
Installation
SKILL.md
Test Audit
Review test adequacy for changed code.
Scope
1. Coverage gaps
- new exported functions or modules without tests
- new branches or error paths without coverage
- changed behavior that existing tests do not exercise
2. Edge cases
- boundary conditions (empty inputs, missing files, null/undefined)
- error recovery paths (command not found, parse failures)
- configuration variants the code handles