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.

systematic-debugging - Systematic Debugging

Root cause investigation process before proposing fixes for bugs, test failures, and technical issues.

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Read error messages and traces
  • Reproduce technical issues consistently
  • Gather multi-layer diagnostic evidence
  • Trace data flow backward
  • Form and test hypotheses minimally
  • Create failing test cases first
  • Implement root cause code fixes

Inputs

  • Error messages and stack traces
  • Reproduction steps
  • Recent commits and diffs
  • Working reference code

Outputs

  • Diagnostic log instrumentation
  • Failing test cases
  • Root cause code fixes
  • Test verification results

Requirements

  • Codebase read and write access
  • Execution environment for running tests
  • Version control system access

Source

  • Spec: SKILL.md
debugging
root-cause-analysis
troubleshooting
testing
software-engineering
Read error messages and traces
Reproduce technical issues consistently
Gather multi-layer diagnostic evidence
Trace data flow backward
Error messages and stack traces
Reproduction steps
Recent commits and diffs
Diagnostic log instrumentation
Failing test cases
Root cause code fixes