AI AGENT ADDONS
Testing & QA
6,518installs

Write your tests before you write your code. That is the core idea behind test-driven development. This workflow helps you follow that rule every time.

You will create unit tests, integration tests, and end-to-end tests. The goal is at least 80% coverage. Every bug fix or new feature starts with a failing test.

A plan file can guide your work. The skill checks for safety and keeps a record of your progress. You will also create Git checkpoints after each step.

Add Tdd Workflow skill to your workflow

Global

mkdir -p ~/.claude/skills/tdd-workflow

Project

mkdir -p .claude/skills/tdd-workflow

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago