LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

tdd-loop - Implement features via autonomous TDD red-green-refactor loop

Executes test-driven development by writing failing tests, iterating production code up to 20 cycles, running quality gates, and opening a PR.

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Parse feature specifications
  • Detect project test framework
  • Write failing test suite
  • Commit test suite
  • Iterate production code implementation
  • Run quality gate checks
  • Commit feature implementation
  • Open pull request

Inputs

  • Feature description
  • Acceptance criteria
  • Target file path
  • Test file path

Outputs

  • Test commit
  • Feature implementation commit
  • Pull request
  • Iteration log

Requirements

  • Clean Git working tree
  • Non-main feature branch
  • Recognized test framework

Source

  • Spec: SKILL.md
tdd
testing
git
workflow
pull-request
Parse feature specifications
Detect project test framework
Write failing test suite
Commit test suite
Feature description
Acceptance criteria
Target file path
Test commit
Feature implementation commit
Pull request