About
This skill automates the implementation of Test-Driven Development (TDD) workflows by configuring robust guardrails across the development lifecycle. It enables developers to set up pre-commit hooks that validate test presence for new code, establish CI gates that block PRs failing to meet coverage thresholds, and manage gradual TDD adoption for brownfield projects. By integrating with tools like Husky and GitHub Actions, it ensures high code quality and prevents regression by ensuring code cannot be merged without adequate test coverage.