원클릭으로
tdd-helper
Lightweight helper to enforce TDD-style loops for non-deterministic agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Lightweight helper to enforce TDD-style loops for non-deterministic agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
通过 Python 脚本 (python-docx) 处理复杂 Word 文档操作
Word 文档读取、编辑与内容生成
Use when performing systematic codebase health checks, proactive bug hunting, or comprehensive code review across a repository. Trigger for requests like "find bugs", "code audit", "check code quality", "find dead code", "race condition review", and periodic maintenance inspections.
Scaffold MCP server projects and baseline tool contract checks. Use for defining tool schemas, generating starter server layouts, and validating MCP-ready structure.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Systematic debugging and problem-solving methodology. Activate when encountering unexpected errors, service failures, regression bugs, deployment issues, or when a fix attempt has failed twice. Also activate when proposing ANY fix to verify it addresses root cause (not a workaround). Prevents patch-chaining, wrong-environment restarts, workaround addiction, and "drunk man" random fixes.
| name | tdd-helper |
| description | Lightweight helper to enforce TDD-style loops for non-deterministic agents. |
| metadata | {"openclaw":{"requires":{"bins":["python3","pytest"]},"category":"development"}} |
Lightweight helper to enforce TDD-style loops for non-deterministic agents.
tdd.py wraps a task: fails if tests are absent or failing, refuses to run "prod" code first.# Define tests in tests/ or specify via --tests
python tdd.py --tests tests/ --run "python your_script.py"