The tdd-workflow skill guides developers through test-driven development by enforcing the practice of writing comprehensive tests before implementing code, with a mandatory 80%+ coverage requirement across unit, integration, and E2E tests. It's designed for developers writing new features, fixing bugs, or refactoring code who need structured guidance on test creation, test execution, and validation checkpoints. The skill solves the problem of inconsistent test coverage and untested code by establishing a systematic workflow that includes user journey documentation, test case generation, and Git checkpoint commits to ensure quality and traceability throughout the development process.
npx skills add https://github.com/affaan-m/everything-claude-code --skill tdd-workflow