Test Driven Development

Drives development with tests — write a failing test before the code that makes it pass. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives ("the Prove-It Pattern"), or when you're about to modify existing functionality. Trigger phrases: "write a test first", "TDD", "red green refactor", "reproduce the bug with a test", "Prove-It Pattern".

jankneumann Updated

File contents

jankneumann/agentic-coding-tools/tree/main/skills/test-driven-development commit 276acbb0ae

Frequently asked questions

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