Help us improve
Share bugs, ideas, or general feedback.
From code-quality
Strategies for handling errors: exceptions, error types, recovery strategies, and error propagation.
npx claudepluginhub sethdford/claude-skills --plugin engineer-code-qualityHow this skill is triggered — by the user, by Claude, or both
Slash command
/code-quality:error-handling-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematic approaches to error management that preserve debuggability and recovery.
Implements error handling patterns like retries, circuit breakers, and async error management for resilient apps, APIs, distributed systems, and debugging.
Guides error handling best practices to prevent silent failures, preserve context, and log effectively in try-catch blocks, propagation, and Result patterns.
Share bugs, ideas, or general feedback.
Systematic approaches to error management that preserve debuggability and recovery.
You are helping the engineer design error handling. If code is provided, assess whether errors are explicit, catchable, and recoverable. Poor error handling is a hidden time bomb in production.