
Tdd Guard
- 2.3k repo stars
- Updated August 4, 2026
- nizos/tdd-guard
Automated Test-Driven Development enforcement
About
tdd-guard is a Claude Code skill in the Testing & QA category. Automated Test-Driven Development enforcement
- tdd-guard
- Testing & QA
- AI-coding skill
Tdd Guard by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add nizos/tdd-guard/plugin install tdd-guard@tdd-guardAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2.3k |
|---|---|
| Last updated | August 4, 2026 |
| Repository | nizos/tdd-guard ↗ |
What it does
Automated Test-Driven Development enforcement
README.md
TDD Guard Plugin
Automated Test-Driven Development enforcement for Claude Code.
When Claude Code attempts to edit or write files, TDD Guard validates that changes follow TDD principles — blocking operations that skip tests or over-implement.
Setup
After installing the plugin, run the setup skill to configure a test reporter for your project:
/tdd-guard:setup
This detects your test framework and configures the appropriate reporter.
Note: You may need to restart your terminal session or IDE extension for the setup skill to appear.
What's included
- Hooks — Automatically registered on install. Validate file operations, handle
tdd-guard on/offcommands, and manage session state. - Setup skill —
/tdd-guard:setupdetects your test framework and configures the reporter.
Requirements
- Node.js 22+
- A supported test framework