Agents Skill Tdd Helper logo

Agents Skill Tdd Helper

cerbug45/agents-skill-tdd-helper

Installation

clawhub install cerbug45/agents-skill-tdd-helper

Summary

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

SKILL.md

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"

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.