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 for Root Cause Finding

Debug technical issues by investigating root causes before proposing fixes

Tags

Updated: 2026-06-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • read error messages
  • reproduce issues
  • check recent changes
  • gather evidence
  • trace data flow
  • find working examples
  • compare against references
  • identify differences
  • form hypothesis
  • test minimally
  • create failing test
  • implement single fix
  • verify fix
  • question architecture

Inputs

  • error messages
  • stack traces
  • test failures
  • code repository
  • recent changes
  • environment variables
  • configuration files
  • build logs
  • dependencies
  • reference implementations

Outputs

  • root cause report
  • test case
  • fix implementation
  • verification results
  • debugging evidence
  • failure analysis

Requirements

  • test framework
  • debugging tools
  • code repository access
  • configuration access
  • reproducible test environment

Source

  • Spec: SKILL.md
debugging
root cause analysis
bug fixing
testing
troubleshooting
read error messages
reproduce issues
check recent changes
gather evidence
error messages
stack traces
test failures
root cause report
test case
fix implementation