Test First Verifier

Implement a code change with trustworthy verification — plan and list the files that change, verify assumptions (APIs exist, imports resolve, config values), write tests first when none cover the change, then gate completion on tests + lint + type-check + happy/edge/failure spot checks. Use when implementing or fixing code and you want it actually verified, not assumed.

benman1 5b1eb56 4.1 KB Updated

File contents

benman1/wiggum/tree/main/.claude/skills/test-first-verifier commit 5b1eb5643e

Frequently asked questions

npx skillmds@latest add benman1/test-first-verifier