LogoClawIndex
CasesSkillsAbout
LogoClawIndex

systematic-debugging - Systematic Debugging for Technical Issues

Apply systematic root cause investigation before fixing bugs

Tags

Updated: 2026-06-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • read error messages
  • reproduce issues
  • check recent changes
  • gather diagnostic evidence
  • trace data flow
  • compare working examples
  • form hypotheses
  • test minimally
  • create failing tests
  • implement single fix
  • verify fix results
  • question architecture

Inputs

  • error messages
  • stack traces
  • codebase
  • test failures
  • build logs
  • system components
  • git history

Outputs

  • root cause identified
  • failing test case
  • implemented fix
  • verified test results

Requirements

  • diagnostic permissions
  • test environment
  • code repository 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
problem-solving
software-testing
bug-fixing
read error messages
reproduce issues
check recent changes
gather diagnostic evidence
error messages
stack traces
codebase
root cause identified
failing test case
implemented fix