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 input: bug report

Browse skills that use this input.

  • debug-agent - Runtime Log Debugging Agent
    debuggingruntime logsevidence-basedhypothesis testing

    ★ 0 · Updated 2026-06-30

    Systematic debugging using runtime logs to test hypotheses and verify root causes with evidence

    ⚙ generate hypotheses⚙ instrument code with logs⚙ guide reproduction steps
  • debug - Debug Workflow Skill
    debuggingbug-fixworkflow

    ★ 24 · Updated 2026-06-15

    Investigation-first workflow for debugging with hotfix and thorough tracks

    ⚙ diagnose bugs⚙ investigate issues⚙ track bugs
  • git-advanced-workflows - Advanced Git Workflows for Clean History
    gitversion controlbranch managementhistory management

    ★ 18 · Updated 2026-05-28

    Manage complex Git histories with advanced techniques like rebase, cherry-pick, bisect, worktrees, and reflog

    ⚙ rebase commits interactively⚙ cherry-pick specific commits⚙ bisect commit history
  • intake - Task intake for implementation and bug fixes
    task intaketask understandingdocumentationcode exploration

    ★ 0 · Updated 2026-05-09

    Validates understanding of implementation or bug-fix tasks by reading docs and code before planning

    ⚙ read documents⚙ explore codebase⚙ follow references
  • systematic-debugging - Systematic debugging for technical issues
    debuggingroot cause analysistechnical issues

    ★ 0 · Updated 2026-05-09

    Structured debugging methodology that finds root causes before applying fixes

    ⚙ reproduce bugs⚙ isolate issues⚙ trace execution paths
  • systematic-debugging - Systematic Debugging for Technical Issues
    debuggingroot cause analysistroubleshootingtechnical issues

    ★ 5 · Updated 2026-05-09

    Systematic debugging process for test failures, bugs, performance problems, and build issues

    ⚙ reproduce bug⚙ isolate issue⚙ trace execution
  • debugger - Systematic debugging with 7-step workflow
    debuggingtroubleshootingerrorssystematic

    ★ 0 · Updated 2026-03-25

    Execute 7-step debugging workflow to resolve errors

    ⚙ read bug reports⚙ read error logs⚙ reproduce issues
  • debugger - Systematic Debugging Workflow
    debuggingtroubleshootingsystematicerror-handling

    ★ 57 · Updated 2026-03-25

    Systematic debugging with 7-step workflow for troubleshooting errors

    ⚙ create reproduction artifact⚙ write unit test⚙ write repro script
  • developer - Programming and Web Development Expert
    web developmentAPI developmentscriptingReact

    ★ 0 · Updated 2026-03-25

    Execute programming tasks including web development, component creation, scripting, API integration, code debugging, and documentation

    ⚙ develop website⚙ create React component⚙ create Vue component
  • debugger - Systematic 7-Step Debugging Workflow
    debuggingtroubleshootingerrorssystematic

    ★ 8 · Updated 2026-03-25

    Execute systematic debugging through reproduce, minimize, hypothesize, instrument, fix, prevent, verify workflow

    ⚙ read project config⚙ view files⚙ write files
  • debug-detective - Systematic Debugging for Any Codebase
    debuggingtroubleshootingbug fixingcode analysis

    ★ 57 · Updated 2026-03-23

    Systematic debugging approach for any codebase, language, or bug type using reproduce, isolate, understand, fix, verify protocol

    ⚙ reproduce bug⚙ isolate problem location⚙ analyze code issues
  • tdd - Test-Driven Development Workflow
    testingTDDdevelopmentquality assurance

    ★ 1 · Updated 2026-03-22

    Enforces test-first development for features and bug fixes using vitest and pytest

    ⚙ write failing test⚙ verify test failure⚙ write minimal implementation
  • bug-investigation - Test-first bug investigation workflow
    debuggingtestingbug-fixingTDD

    ★ 13 · Updated 2026-03-11

    Enforces writing reproducing tests before code changes for bug reports

    ⚙ ask bug reproduction questions⚙ write reproducing test⚙ run reproducing test
  • debug - Systematic Debugging Methodology for Root Cause Analysis
    debuggingdiagnosistroubleshootingerror-fixing

    ★ 13 · Updated 2026-02-13

    Provides systematic diagnosis and debugging methodology for identifying and fixing issues

    ⚙ confirm error existence⚙ identify reproduction steps⚙ add logging at points