LogoClawIndex
CasesSkillsAbout
LogoClawIndex

systematic-debugging - Systematic Debugging

Execute systematic debugging before proposing fixes to locate and resolve root causes of technical issues and failures.

Tags

Updated: 2026-09-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Investigate root cause of bugs
  • Reproduce technical issues reliably
  • Analyze error messages and stacktraces
  • Trace data flow to source
  • Compare code with working reference
  • Formulate and verify single hypothesis
  • Create failing test cases first
  • Fix confirmed root causes

Inputs

  • Error messages and stack traces
  • Bug reproduction steps
  • Recent code changes and diffs
  • Working reference code examples

Outputs

  • Identified root cause explanation
  • Automated failing test cases
  • Verified root cause fixes
  • Architectural refactoring feedback

Requirements

  • Code repository access
  • Test execution environment

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
troubleshooting
root-cause-analysis
Investigate root cause of bugs
Reproduce technical issues reliably
Analyze error messages and stacktraces
Trace data flow to source
Error messages and stack traces
Bug reproduction steps
Recent code changes and diffs
Identified root cause explanation
Automated failing test cases
Verified root cause fixes