debugging-and-error-recovery

Installation
SKILL.md

Debugging and Error Recovery

Adapted from addyosmani/agent-skills (MIT), commit 82ceff41ed4d3c644e3dcca8a0514390b2911223.

Overview

Debugging should be systematic. Preserve evidence, reproduce the failure, localize the cause, fix the root cause, and add a guard against recurrence.

When to Use

  • Tests fail after a change
  • The build breaks
  • Runtime behavior is wrong or inconsistent
  • A bug report arrives with reproducible steps or logs

Stop-The-Line Rule

When something unexpected happens:

Related skills

More from v1truv1us/ai-eng-system

Installs
2
GitHub Stars
6
First Seen
Apr 12, 2026