Error Handling Review

Review changed code for silent failures and inadequate error handling — empty or over-broad catch blocks, errors logged-and-swallowed, unjustified fallbacks, null/optional-chaining that hides failures, and retries that exhaust silently. Use when the user asks to review error handling, check catch/try-except blocks, audit fallback behavior, or hunt for swallowed errors. Not general diff review (local-review) or security scanning (secure-code).

davisbuilds c3a5db4 5 files · 13.1 KB Updated

File contents

davisbuilds/dojo/tree/main/skills/error-handling-review commit c3a5db4a6c

Frequently asked questions

npx skillmds@latest add davisbuilds/error-handling-review