Lightweight helper to enforce TDD-style loops for non-deterministic agents.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill tdd-helper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tdd Helper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-tdd-helper)More formats (shields.io, HTML) on the badges page.
---
name: tdd-helper
description: "Lightweight helper to enforce TDD-style loops for non-deterministic agents."
---
# tdd-helper
Lightweight helper to enforce TDD-style loops for non-deterministic agents.
## Features
- `tdd.py` wraps a task: fails if tests are absent or failing, refuses to run "prod" code first.
- Watches for lint/warnings (optional) and blocks on warnings-as-errors.
- Simple config via env or JSON.
## Usage
```bash
# Define tests in tests/ or specify via --tests
python tdd.py --tests tests/ --run "python your_script.py"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!