audit-errors
Installation
SKILL.md
Audit Errors
Audit failure paths before changing behavior. Find where errors disappear, lose context, or surface inconsistently, then apply the smallest safe fix.
Follow this workflow
- Map the failure boundaries in scope.
- Search for handlers, retries, fallbacks, and async branches.
- Classify each error path as recover, translate, retry, report, cleanup, or swallow.
- Flag silent failures, inconsistent handling, and misleading success states.
- Prioritize findings as
P1throughP4. - Auto-fix only local, low-risk issues.
Map the failure boundaries
Inspect the full path, not just the visible bug site.