LogoClawIndex
CasesSkillsAbout
LogoClawIndex

tdd - Test-Driven Development

Guides test-driven development using a red-green-refactor loop to implement features, fix bugs, and verify type constraints.

Tags

Updated: 2026-09-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Execute red-green-refactor cycle
  • Design testable public interfaces
  • Mock external system boundaries
  • Write integration-style tests
  • Reproduce bugs with tests
  • Perform compile-time type testing

Inputs

  • User feature requirements
  • Public API specifications
  • Bug reports
  • External system boundary dependencies

Outputs

  • Test files and test suites
  • Production code implementation
  • Refactored source code
  • Type assertion utilities

Requirements

  • TypeScript environment for type checking

Source

  • Spec: SKILL.md

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
testing
refactoring
typescript
integration-testing
Execute red-green-refactor cycle
Design testable public interfaces
Mock external system boundaries
Write integration-style tests
User feature requirements
Public API specifications
Bug reports
Test files and test suites
Production code implementation
Refactored source code