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: Test cases

Browse skills that produce this output.

  • tdd - Guides test-driven development using the red-green loop.
    tddtestingred-green-refactorsoftware-engineering

    ★ 0 · Updated 2026-09-13

    Provides guidelines for test-driven development, seam-based testing, avoiding anti-patterns, and executing red-green loops.

    ⚙ Guide test-driven red-green loops⚙ Confirm public test seams⚙ Identify test anti-patterns
  • debug-detective - Systematic Debugging for Any Codebase
    debuggingtroubleshootingcode analysisperformance

    ★ 602 · Updated 2026-03-23

    Systematic debugging approach for any codebase, language, or bug type, handling unexpected behavior, crashes, performance issues, or intermittent problems.

    ⚙ Reproduce bugs⚙ Isolate issues⚙ Analyze code
  • triz-inversion - TRIZ Inversion: Reverse conventional approaches to solve problems
    TRIZproblem-solvinginnovationlateral-thinking

    ★ 0 · Updated 2026-03-09

    Invert or reverse actions, properties, or perspectives when conventional approaches fail to solve problems

    ⚙ Identify conventional action⚙ Invert action or property⚙ Reverse perspective
  • implement - GitHub Issue Implementation Workflow
    GitHubcode implementationCI/CDautomation

    ★ 18 · Updated 2026-03-09

    Complete workflow for implementing GitHub Issues in a worktree environment

    ⚙ analyze GitHub Issues⚙ detect subtasks⚙ create worktree environments
  • active-job-coder - Rails Active Job Background Job Creator and Refactor
    RailsActive JobBackground JobsSolid Queue

    ★ 18 · Updated 2026-02-24

    Create and refactor Active Job background jobs following Rails 8 conventions and Solid Queue patterns

    ⚙ Create Active Job classes⚙ Configure queue strategies⚙ Implement retry strategies
  • java - Java Backend Service Development and Review
    JavaSpring BootBackend DevelopmentAPI Design

    ★ 18 · Updated 2026-02-14

    Build, review, and refactor Java backend services using Spring Boot.

    ⚙ design REST APIs⚙ implement controllers⚙ develop services
  • beazley-deep-python - Write Python Code in David Beazley's Advanced Style
    pythoncode-generationadvanced-programminggenerators

    ★ 602 · Updated 2026-02-11

    Generates Python code following David Beazley's approach emphasizing generators, coroutines, metaprogramming, and deep language understanding

    ⚙ Generate Python code with generators⚙ Create coroutine-based implementations⚙ Apply metaprogramming patterns