Test First

Use when implementing any feature, bugfix, or refactor that has a testable outcome. Activate for keywords like "TDD", "test-first", "red-green", "write the test first", "implement <feature>", "fix <bug>". Enforces the red-green-refactor discipline -- write a failing test, make it pass with the smallest change, refactor with tests as a safety net. Always paste the red and green test runner output -- never claim "tests pass" without showing them pass.

duthaho 93e43bc 10.4 KB Updated

File contents

duthaho/claudekit/tree/main/skills/test-first commit 93e43bc504

Frequently asked questions

npx skillmds@latest add duthaho/test-first