What problem does it solve?
The TDD Guide Skill helps engineering teams implement Test-Driven Development (TDD) more efficiently by automating test generation, coverage analysis, and providing TDD workflow guidance.
Core Features & Use Cases
- Test Generation: Convert requirements into executable test cases across multiple programming languages and testing frameworks.
- Coverage Analysis: Identify coverage gaps and prioritize improvements to meet specified coverage thresholds.
- TDD Workflow Guidance: Step-by-step guidance through the TDD cycle, from RED (write failing test) to REFACTOR (improve code while keeping tests green).
- Framework Integration: Supports Jest, Pytest, JUnit, Vitest, and Mocha.
Quick Start
@tdd-guide
Generate tests for a user registration feature:
@tdd-guide
I need to implement a user registration feature. Generate test cases for:
- Email validation
- Password strength checking
- Duplicate email detection
Language: TypeScript
Framework: Jest