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 capability: Write failing tests first

Browse skills that share this capability.

  • tdd-execution - Autonomous TDD execution workflow for plan tasks
    tddtestingworkflowcode-review

    ★ 602 · Updated 2026-09-23

    Provides an autonomous workflow to execute plan tasks using Test-Driven Development with code reviews and root cause analysis.

    ⚙ Execute plan tasks autonomously⚙ Write failing tests first⚙ Implement minimum passing code
  • test-driven-development - Test-Driven Development (TDD) Workflow
    tddtestingrefactoringcode-quality

    ★ 2 · Updated 2026-09-22

    Enforces writing a failing test before writing implementation code for any feature, bug fix, or refactoring.

    ⚙ Write failing tests first⚙ Verify test failure reasons⚙ Write minimal passing code
  • test-driven-development - Test-Driven Development (TDD)
    tddtestingrefactoringbest-practices

    ★ 165 · Updated 2026-09-22

    Guides feature implementation and bug fixes by writing failing tests before writing minimal production code.

    ⚙ Write failing tests first⚙ Verify expected test failures⚙ Write minimal production 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
  • test-driven-development - Test-Driven Development Cycle and Best Practices
    tddtestingunit-testingrefactoring

    ★ 3 · Updated 2026-09-17

    Executes test-driven development by writing failing tests, writing minimal implementation code, and refactoring while adding features or fixing bugs.

    ⚙ Write failing tests first⚙ Implement minimum passing code⚙ Refactor code safely
  • ptp-test-driven-development - Red/green/refactor cycle for test-driven development
    tddtest-driven-developmentred-green-refactorptp

    ★ 0 · Updated 2026-09-15

    Applies the red/green/refactor test-driven development cycle before writing implementation code for features, bug fixes, or behavior changes.

    ⚙ Write failing tests first⚙ Verify test failure reasons⚙ Write minimal passing implementation
  • tdd - Test-driven development workflow guide.
    tddtestingsoftware-development

    ★ 1 · Updated 2026-09-13

    Guides test-driven development using the red-green loop, seam confirmation, and anti-pattern avoidance.

    ⚙ Write failing tests first⚙ Implement minimal passing code⚙ Confirm test seams before testing
  • nobody-uses-tdd - Test-Driven Development Implementation Guide
    testingdevelopmenttddquality

    ★ 36 · Updated 2026-02-14

    Implements features or bug fixes using test-driven development methodology

    ⚙ Write failing tests first⚙ Implement minimal code⚙ Refactor after tests pass