error-handling-patterns

Installation
SKILL.md

Error Handling Patterns for Code Review

Overview

Swallowed exceptions hide production failures, missing retries cause cascading outages, and overly broad catches mask the real problem. Use this guide during code review to catch error handling hazards before they ship.

When to use: Reviewing code that calls external services, databases, file systems, or async operations; evaluating retry/circuit-breaker logic; any code touching user input or third-party data.

Quick Reference

Installs
7
GitHub Stars
4
First Seen
Apr 8, 2026
error-handling-patterns — mickeyyaya/refactoring-skills