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: bug fixes

Browse skills that produce this output.

  • 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
  • mav-systematic-debugging - Systematic Debugging for Bugs and Failures
    debuggingtroubleshootingroot cause analysissoftware testing

    ★ 5 · Updated 2026-03-23

    Find root causes before attempting fixes for bugs, test failures, and unexpected behavior

    ⚙ read error messages⚙ reproduce failures consistently⚙ check recent changes
  • behavioral-modes - Adaptable AI Working Modes
    ai-behaviortask-adaptationcode-generationdebugging

    ★ 18 · Updated 2026-03-20

    Configure AI behavior modes for different task types

    ⚙ switch behavior mode⚙ adapt to task type⚙ brainstorm ideas
  • systematic-debugging - Systematic debugging methodology for root cause analysis
    debuggingsystematicanalysismethodology

    ★ 75 · Updated 2026-02-23

    Systematic debugging methodology emphasizing root cause analysis over quick fixes

    ⚙ analyze root causes⚙ trace errors systematically⚙ investigate problem dependencies
  • debug-protocol - Scientific Debugging with Root Cause Analysis and MRE
    debuggingtroubleshootingroot-cause-analysisscientific-method

    ★ 1 · Updated 2026-02-18

    A systematic debugging workflow using Root Cause Analysis and Minimal Reproducible Examples to replace random code changes.

    ⚙ create reproducible test cases⚙ isolate failing code⚙ trace data flow
  • fresh-eyes - Code Review with Fresh Eyes Perspective
    code-reviewquality-assurancebug-detectiondevelopment

    ★ 602 · Updated 2026-02-15

    Re-reads recently written or modified code to catch bugs and issues

    ⚙ review modified code⚙ identify logic errors⚙ detect obvious bugs
  • core-development - Core Package Development Guidelines for @monque/core
    developmentcoreprogrammingTypeScript

    ★ 4 · Updated 2026-02-14

    Guidelines for adding functionality to the @monque/core package

    ⚙ implement new features⚙ fix bugs⚙ refactor code