Test Driven Development

Implement a feature or bugfix test-first using the red-green-refactor cycle — write a failing test, watch it fail, write the minimal code to pass, then clean up. Works in any language or test runner. Use when building new behaviour or fixing a bug and you want the test to actually prove the code works.

KhaledSaeed18 378a4c1 2 files · 7.5 KB Updated

File contents

KhaledSaeed18/dotclaude/tree/main/skills/engineering/test-driven-development commit 378a4c1596

Frequently asked questions

npx skillmds@latest add khaledsaeed18/test-driven-development