Test Adequacy Review

Judge whether the tests in a diff can actually catch what they claim to guard: can each test fail for its named reason, are all trigger paths exercised, are barriers observable rather than sleeps, do fixtures share contracts with production. Use when asked whether tests are adequate/any good, or as the test lens of a multi-lens review. Skip for writing new tests (that is implementation work) and for reviewing non-test code.

Tsurai7 Updated

File contents

Tsurai7/agentic-playbook/tree/main/skills/test-adequacy-review commit 5c85f9e47a

Frequently asked questions

npx skillmds@latest add tsurai7/test-adequacy-review