tdd-workflow
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
Content Preview
--- name: tdd-workflow description: Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests. origin: ECC --- # Test-Driven Development Workflow This skill ensures all code development follows TDD principles with comprehensive test coverage. ## When to Activate - Writing new features or functionality - Fixing bugs or issues - Refactoring existing code - Adding API endpoints - Cre
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/tdd-workflow.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/.agents/skills/tdd-workflow/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at .agents/skills/tdd-workflow/SKILL.md
Related Skills
tdd-workflow
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
testingtdd
by sickn33 (Antigravity) · antigravity-awesome-skills
tdd-workflows-tdd-cycle
Use when working with tdd workflows tdd cycle
testingtddcycle
by sickn33 (Antigravity) · antigravity-awesome-skills
tdd-workflows-tdd-green
Implement the minimal code needed to make failing tests pass in the TDD green phase.
testingtddgreen
by sickn33 (Antigravity) · antigravity-awesome-skills
tdd-workflows-tdd-red
Generate failing tests for the TDD red phase to define expected behavior and edge cases.
testingtddred
by sickn33 (Antigravity) · antigravity-awesome-skills