AI AGENT ADDONS

Test Driven Development

addyosmani/agent-skills
Testing & QA
13,086installs

Write a failing test before you write any code. This is the heart of test-driven development. The test proves what the code should do. Then you write the minimum code to make it pass. This way every line of code is verified and safe.

When a bug appears, do not fix it right away. First write a test that shows the bug exists. Watch it fail. Then fix the code until the test passes. This proves the bug is gone and stops it from coming back.

Good tests are a superpower. They let you change code with confidence. They catch mistakes early. They make your software reliable and easy to improve.

Add Test Driven Development skill to your workflow

Global

mkdir -p ~/.claude/skills/test-driven-development

Project

mkdir -p .claude/skills/test-driven-development

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago