GeminiintermediatePremium
Extract Unhandled Exception Paths From Code
Finds every code path that can throw an exception without a catch block or error handler.
Use case
Identify production-breaking exception paths before they cause incidents, especially in workers, async handlers, and critical payment flows.
The Prompt
Premium prompt
Unlock the full prompt
Get this and every premium prompt with the Inner Circle — $47/mo. Cancel anytime.
Already a member? Sign in.
Tags
#error-handling#exception-safety#reliability#code-quality#production-risk
Related prompts
Extract Unvalidated User Input Paths From Code
Map every route, API endpoint, and function that accepts user input without explicit validation checks.
Extract Webhook Failure Recovery Gaps From Code
Find every webhook handler missing retry logic, dead-letter queues, or failure callbacks.
Extract State Machine Transitions From Code
Map every state change, transition rule, and guard clause in a codebase to find incomplete or missing state paths.
Extract Observability Gaps From Async Code Patterns
Scan a codebase for async operations (promises, callbacks, event handlers) that lack logging, tracing, or error instrumentation.
Pairs with, from the journal