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

  1. Map the failure boundaries in scope.
  2. Search for handlers, retries, fallbacks, and async branches.
  3. Classify each error path as recover, translate, retry, report, cleanup, or swallow.
  4. Flag silent failures, inconsistent handling, and misleading success states.
  5. Prioritize findings as P1 through P4.
  6. Auto-fix only local, low-risk issues.

Map the failure boundaries

Inspect the full path, not just the visible bug site.

  • request parsing and validation
  • controllers, routes, and UI actions
Related skills

More from sebkay/skills

Installs
10
Repository
sebkay/skills
First Seen
Mar 10, 2026