Test Driven Development

Drives implementation with the red-green-refactor cycle by writing a failing behavior test first, confirming it fails for the expected reason, implementing the minimum code to pass, then refactoring while green. Use when adding a feature, fixing a bug with a reproducible case, changing behavior, or whenever tests should precede or guide the implementation.

Cody-Sims 37eea7c 2 files · 6.9 KB Updated

File contents

Cody-Sims/agent-skills/tree/main/skills/test-driven-development commit 37eea7cfca

Frequently asked questions

npx skillmds@latest add cody-sims/test-driven-development