LogoClawIndex
CasesSkillsAbout
LogoClawIndex

systematic-debugging - Systematic debugging for technical issues

Four-phase process to find root causes before fixing bugs and technical issues

Tags

Updated: 2026-06-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Read error messages
  • Reproduce bugs
  • Check recent changes
  • Gather diagnostic evidence
  • Trace data flow
  • Find working examples
  • Compare implementations
  • Identify differences
  • Form hypotheses
  • Test minimally
  • Create test cases
  • Implement fixes
  • Verify solutions
  • Document findings

Inputs

  • Error messages
  • Stack traces
  • System components
  • Build logs
  • Test results
  • Recent code changes

Outputs

  • Root cause identification
  • Failing test cases
  • Code fixes
  • Diagnostic logs
  • Investigation findings

Requirements

  • Complete phases sequentially
  • Source code access
  • Build environment
  • Git history
  • Component access

Source

  • Spec: SKILL.md

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.
debugging
root-cause-analysis
troubleshooting
testing
systematic-method
Read error messages
Reproduce bugs
Check recent changes
Gather diagnostic evidence
Error messages
Stack traces
System components
Root cause identification
Failing test cases
Code fixes