HomeBrowseUpload
← Back to registry
// Skill profile

tdd-helper

name: tdd-helper

by cerbug45 · published 2026-03-22

数据处理加密货币
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:cerbug45/cerbug45-agents-skill-tdd-helper
View on GitHub
// Full documentation

---

name: tdd-helper

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

metadata:

{

"openclaw": {

"requires": { "bins": ["python3", "pytest"] },

"category": "development"

}

}

---

# 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"
    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band