Testing
608 installs
Test-Driven Development Workflow
by affaan-m/everything-claude-code
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration,…
Skill content
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 - Creating new components Core Principles 1. Tests BEFORE Code ALWAYS write tests first, then implement code to make tests pass.