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-protocol - Scientific Debugging with Root Cause Analysis and MRE

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

Tags

Updated: 2026-02-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • create reproducible test cases
  • isolate failing code
  • trace data flow
  • identify root causes
  • apply targeted fixes
  • verify bug resolution

Inputs

  • failing tests
  • error messages
  • unexpected outputs
  • code context
  • debugging scratchpad

Outputs

  • Minimal Reproducible Examples
  • root cause analysis
  • bug fixes
  • verification tests

Requirements

  • execution mode agent
  • access to test results
  • code repository access
  • debugging permissions

Source

  • Spec: SKILL.md
debugging
troubleshooting
root-cause-analysis
scientific-method
code-quality
create reproducible test cases
isolate failing code
trace data flow
identify root causes
failing tests
error messages
unexpected outputs
Minimal Reproducible Examples
root cause analysis
bug fixes