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.

Skills with input: Feature requirements or bug reports

Browse skills that use this input.

  • test-driven-development - Enforce test-driven development workflow
    tddtestingred-green-refactorcode-quality

    ★ 0 · Updated 2026-09-21

    Guides feature implementation, bug fixes, and refactoring using the Red-Green-Refactor test-driven development process.

    ⚙ Write failing tests⚙ Verify test failures⚙ Write minimal implementation code
  • test-driven-development - Test-Driven Development (TDD) Workflow
    tddtestingsoftware-engineeringrefactoring

    ★ 0 · Updated 2026-09-21

    Guides feature and bugfix implementation by writing failing tests first, writing minimal passing code, and refactoring.

    ⚙ Write failing tests first⚙ Verify test failure cause⚙ Write minimal code to pass