Test First

Use when fixing a bug or adding behavior that can be covered by an automated test — especially bug fixes, where a test should reproduce the problem before any fix is written. Makes the agent write a failing test first, then the code that makes it pass, so the change is provably correct and stays fixed.

buildmoonshot fa22111 2 files · 3.0 KB Updated

File contents

buildmoonshot/skillpacks/tree/main/skills/engineering/intermediate/test-first commit fa221114ce

Frequently asked questions

npx skillmds@latest add buildmoonshot/test-first