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 tagged: test-driven-development

Browse skills that share this tag.

  • 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
  • refactoring - Improve code design without changing external behavior
    refactoringcode-qualitytechnical-debttest-driven-development

    ★ 3 · Updated 2026-09-13

    Restructure existing code through techniques like renaming and extraction to improve readability, maintainability, and extensibility.

    ⚙ Rename code elements⚙ Extract smaller components or functions⚙ Replace conditionals with polymorphism
  • writing-skills - Create and Test Agent Skills
    skill-creationskill-testingtest-driven-developmentdocumentation

    ★ 602 · Updated 2026-03-26

    Create, edit, and verify agent skills using test-driven development

    ⚙ create skill files⚙ edit skill files⚙ create test scenarios
  • tdd - TDD Workflow: Red-Green-Refactor Cycle
    tddtest-driven-developmentrefactoringsoftware-workflow

    ★ 6 · Updated 2026-02-12

    Guide Test-Driven Development using Kent Beck's Red-Green-Refactor cycle.

    ⚙ guide red phase⚙ guide green phase⚙ guide refactor phase