About
This skill automates and enforces a professional Test-Driven Development (TDD) cycle within Claude Code, ensuring that every feature, bug fix, or refactor is backed by robust testing. It mandates a 'tests-first' approach, setting an 80% coverage threshold across various testing layers including Jest/Vitest for unit logic and Playwright for end-to-end user journeys. By providing standardized patterns for mocking services like Supabase, Redis, and OpenAI, it helps developers build resilient, self-documenting codebases that are easy to maintain and refactor safely.