✓ Verified 💻 Development ✓ Enhanced Data

Agents Skill Tdd Helper

Lightweight helper to enforce TDD-style loops for non-deterministic agents.

Rating
4.1 (68 reviews)
Downloads
1,439 downloads
Version
1.0.0

Overview

Lightweight helper to enforce TDD-style loops for non-deterministic agents.

Key Features

1

tdd.py wraps a task: fails if tests are absent or failing, refuses to run "prod" code first.

2

Watches for lint/warnings (optional) and blocks on warnings-as-errors.

3

Simple config via env or JSON.

Complete Documentation

View Source →

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"

Installation

Terminal bash

openclaw install agents-skill-tdd-helper
    
Copied!

💻Code Examples

## Usage

-usage.sh
# Define tests in tests/ or specify via --tests
python tdd.py --tests tests/ --run "python your_script.py"

Tags

#cli_utilities

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author cerbug45
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install agents-skill-tdd-helper