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.

debug - Unified root cause debugging workflow

Enforces a root cause debugging workflow consisting of investigation, understanding, reasoning, and fixing for bugs, errors, or unexpected behavior.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Search codebase for code patterns
  • Search GitHub for known issues
  • Analyze root cause of bugs
  • Generate specific code fixes
  • Analyze log files
  • Synthesize diagnostic findings

Inputs

  • Error messages and patterns
  • Source code files
  • Log files
  • Git commit history

Outputs

  • Root cause diagnoses
  • Code fix recommendations
  • Verification steps
  • Prevention recommendations

Requirements

  • Gemini CLI with GEMINI_API_KEY
  • GitHub CLI
  • ripgrep tool
  • Git

Source

  • Spec: SKILL.md
debugging
root-cause-analysis
troubleshooting
code-search
github
Search codebase for code patterns
Search GitHub for known issues
Analyze root cause of bugs
Generate specific code fixes
Error messages and patterns
Source code files
Log files
Root cause diagnoses
Code fix recommendations
Verification steps