skills/archieindian/openclaw-superpowers/test-driven-development

test-driven-development

SKILL.md

Test-Driven Development

The Cycle

Red

Write a test that describes the behavior you want. Run it. It should fail.

Green

Write the minimum code to make the test pass.

Refactor

Make the code good. Tests must still pass.

Test Quality

A good test:

  • Tests behavior, not implementation
  • Has one clear assertion
  • Has a descriptive name
  • Is independent
  • Is fast
Weekly Installs
1
GitHub Stars
23
First Seen
Today
Installed on
amp1
cline1
openclaw1
opencode1
cursor1
kimi-cli1