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.

debugging-and-error-recovery - Systematic Debugging and Error Recovery Triage

Guides systematic root-cause debugging for test failures, build errors, runtime issues, and unexpected errors.

Tags

Updated: 2026-09-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Reproduce failure reliably
  • Localize failure layer
  • Create minimal failing case
  • Fix underlying root cause
  • Write regression test
  • Verify end-to-end resolution
  • Implement safe fallback patterns

Inputs

  • Error logs and stack traces
  • Reproduction steps
  • Environment configuration details
  • Repository test suite

Outputs

  • Root cause code fixes
  • Automated regression tests
  • Fallback error handlers

Requirements

  • Git version control system
  • Project build and test tooling

Source

  • Spec: SKILL.md
debugging
error-recovery
triage
root-cause-analysis
Reproduce failure reliably
Localize failure layer
Create minimal failing case
Fix underlying root cause
Error logs and stack traces
Reproduction steps
Environment configuration details
Root cause code fixes
Automated regression tests
Fallback error handlers