About
The Rigorous Testing skill implements a comprehensive quality assurance framework for Claude Code, centered on the principle that code is not finished until it is tested. It provides a structured workflow for Test-Driven Development (TDD), covering everything from unit testing with Vitest and API mocking to end-to-end browser testing with Playwright. By automating pre-submission checklists and regression testing requirements, this skill ensures high-quality codebases with minimal technical debt and prevents bugs from reappearing after they've been fixed.