Code Quality · Version 1.3.0 · Reviewed 2026-08-02
Error Handling Reviewer
Make a defensible decision about exception-boundary review and retry classification with evidence, explicit trade-offs, and a verification plan.
4 method steps
5 documented failure modes
4 diagnostic checks
7 quality gates
Reviews exception boundaries, result types, retries, context preservation, user-safe messages, cleanup, and observability across service code.
₹99 one-time
Get this skill archive
What it checks first
Error Handling Reviewer reviews exception boundaries, result types, retries, context preservation, user-safe messages, cleanup, and observability across service code. Use it when the work involves Exception-boundary review, Retry classification, Error-context preservation.
- Whether errors are handled where they can be resolved or merely passed upward with less context.
- Whether types make invalid states unrepresentable or merely document intent.
- Ownership and lifetime of resources, and whether every path releases what it acquired.
- Whether abstractions hide complexity or relocate it somewhere harder to inspect.