AI AGENT ADDONS

Test Driven Development

neolabhq/context-engineering-kit
Testing & QA
879installs

Write a test before writing any code. Watch it fail. Then write just enough code to make it pass. This is called test-driven development or TDD. It helps you build software that works correctly from the start.

By seeing the test fail first, you know the test is checking the right thing. You never add code without a failing test. This rule keeps your code focused and your tests meaningful.

There are three steps in TDD. First you write a failing test. Then you write the simplest code to pass it. Finally you clean up your code without changing what it does. Repeat this cycle for every small change.

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
1,185
Forks
128
Watchers
1,185
License
GPL-3.0
Last Push
1 month ago
Created
8 months ago