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 output: passing tests

Browse skills that produce this output.

  • tdd-workflow - Test-Driven Development Workflow Skill
    testingTDDcode qualitytest coverage

    ★ 16 · Updated 2026-06-15

    Enforces test-driven development with comprehensive coverage including unit, integration, and E2E tests

    ⚙ write unit tests⚙ write integration tests⚙ write E2E tests
  • systematic-debugging - Systematic Root Cause Debugging
    debuggingroot causebug fixingsystematic

    ★ 7 · Updated 2026-06-15

    Follow four-phase process to investigate root causes before fixing bugs and test failures

    ⚙ read error messages⚙ reproduce issues consistently⚙ check recent changes
  • systematic-debugging - Systematic debugging for root causes
    debuggingroot cause analysisproblem solvingdevelopment

    ★ 602 · Updated 2026-06-15

    Apply four-phase debugging process to identify root causes before fixing bugs

    ⚙ read error messages⚙ reproduce errors consistently⚙ check recent changes
  • tdd-gated-dispatch - TDD-Gated Sub-Agent Dispatch
    TDDsub-agenttestingvalidation

    ★ 0 · Updated 2026-05-28

    Dispatch sub-agents with pre-written failing tests for mechanical validation

    ⚙ write failing tests⚙ record test baseline⚙ dispatch sub-agent
  • debug-test-failures - Debug and Fix Failing Tests
    testingdebuggingtest-failurestroubleshooting

    ★ 16 · Updated 2026-03-24

    Workflow for investigating and fixing failing tests in this project

    ⚙ run tests⚙ identify failures⚙ run failing test
  • fix-test-failures - Fix Test Failures
    TestingDebuggingRust

    ★ 27 · Updated 2026-03-22

    Diagnose and fix test failures through instrumentation

    ⚙ run tests⚙ capture failures⚙ analyze failures
  • tdd-red-green-refactor - TDD Red/Green/Refactor Skill for Test-Driven Code Changes
    TDDtestingrefactoringdevelopment

    ★ 18 · Updated 2026-02-13

    Enforce TDD workflow (red → green → refactor) for any testable code change

    ⚙ read code files⚙ grep for patterns⚙ glob find files