This skill automates the Test-Driven Development (TDD) lifecycle within Claude Code, ensuring that developers prioritize testing before implementation. It mandates an 80% minimum coverage threshold across unit, integration, and end-to-end tests using frameworks like Jest, Vitest, and Playwright. By providing standardized patterns for user journeys, mocking external services like Supabase and Redis, and organizing test files, it provides a rigorous safety net for feature development, bug fixes, and large-scale refactoring.
Key Features
01Strict Red-Green-Refactor workflow enforcement
02Automated test case generation from user journeys
03Integrated E2E testing templates using Playwright
041 GitHub stars
0580%+ coverage requirement across all test tiers
06Standardized mocking patterns for Supabase, Redis, and OpenAI