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

3. Test quality

Installs
5
Repository
cniska/skills
GitHub Stars
3
First Seen
Mar 28, 2026
test-audit — cniska/skills