Jump to related tools in the same category or review the original source on GitHub.

CLI Utilities @cerbug45 Updated 2/18/2026

Agents Skill Tdd Helper OpenClaw Plugin & Skill | ClawHub

Looking to integrate Agents Skill Tdd Helper into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate cli utilities tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install agents-skill-tdd-helper

Full SKILL.md

Open original
Metadata table.
namedescription
tdd-helperLightweight helper to enforce TDD-style loops for non-deterministic agents.

SKILL.md content below is scrollable.

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

# Define tests in tests/ or specify via --tests
python tdd.py --tests tests/ --run "python your_script.py"
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/cerbug45/agents-skill-tdd-helper
Latest commit: https://github.com/openclaw/skills/commit/a6bca69afd5454699550ded81b25590fa68eac71

Related skills

If this matches your use case, these are close alternatives in the same category.