error-resolver
Installation
SKILL.md
Error Resolver
Diagnose failures methodically and propose safe, verified fixes.
Quick Start
- Reproduce and capture the exact error message.
- Isolate the smallest repro or failing test.
- Identify root cause before proposing changes.
- Apply the smallest fix and re-verify.
Debugging Checklist
- Read stack traces top-to-bottom.
- Check recent changes (diff, dependency updates).
- Validate environment (versions, env vars, config).
- Confirm inputs and assumptions.