tdd-enforce
Installation
SKILL.md
TDD Enforce Skill
Purpose
Configure Test-Driven Development enforcement through pre-commit hooks, CI coverage gates, and automated test execution. Ensures code cannot be committed or merged without adequate test coverage.
Research Foundation
| Principle | Source | Reference |
|---|---|---|
| TDD Methodology | Kent Beck (2002) | "Test-Driven Development by Example" |
| 80% Coverage | Google Testing Blog (2010) | Code Coverage Goal |
| Pre-commit Hooks | Industry Best Practice | Husky, pre-commit |
| CI Gates | ISTQB CT-TAS | Test Automation Strategy |