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: Verify test passes

Browse skills that share this capability.

  • test-driven-development - Test-Driven Development (TDD)
    tddtestingrefactoringunit-testing

    ★ 602 · Updated 2026-09-22

    Enforce writing failing tests before implementing minimal code to pass and refactor.

    ⚙ Write failing tests⚙ Verify test failures⚙ Write minimal passing code
  • systematic-debugging - Systematic Debugging Root Cause Method
    debuggingroot-cause-analysistroubleshootingerror-handling

    ★ 0 · Updated 2026-06-15

    Investigate bugs and failures systematically to find root causes before applying fixes

    ⚙ Read error messages⚙ Reproduce bugs consistently⚙ Check recent changes
  • use-tdd - Test-Driven Development Practice
    TDDTestingDevelopmentTest-Driven

    ★ 602 · Updated 2026-03-10

    Implement features using test-first methodology

    ⚙ Write failing test⚙ Run test⚙ Verify test fails