LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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

Executes structured triage to reproduce, localize, reduce, fix root causes, and guard against test, build, and runtime failures.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Reproduce failures consistently
  • Localize failure layers
  • Bisection search regression commits
  • Reduce code to minimal cases
  • Fix underlying root causes
  • Add regression guard tests
  • Verify end-to-end fixes
  • Implement safe fallback patterns

Inputs

  • Project repository
  • Error logs and evidence
  • Test suite and build commands
  • Git commit history

Outputs

  • Fixed source code
  • Regression test cases
  • Triage and diagnostic records

Requirements

  • Access to project repository
  • Ability to execute test and build commands
  • Git history for bisection
  • Node.js and npm runtime
  • PowerShell terminal on Windows host

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
error-recovery
triage
testing
troubleshooting
Reproduce failures consistently
Localize failure layers
Bisection search regression commits
Reduce code to minimal cases
Project repository
Error logs and evidence
Test suite and build commands
Fixed source code
Regression test cases
Triage and diagnostic records