Claude Code: Find Every Place Errors Are Swallowed Silently
Locate every catch block, fallback, and default that hides failure instead of surfacing it to the caller.
The Prompt
Already a member? Sign in.
Trace Every Error That Gets Swallowed Before Reaching the User
Finds all the places in your codebase where errors are caught, logged, and silently dropped instead of surfaced.
Claude Code: Find the Module Boundary That Doesn't Exist Yet
Surfaces the seam your codebase is begging for by analyzing import patterns and responsibility leakage.
Claude Code: Find the Invariants Your Code Assumes But Never Checks
Surface the silent assumptions your code is built on so you can decide which ones deserve real guards.
Claude Code: Find the Abstractions That Are Lying to You
Surface the modules whose names, signatures, or interfaces no longer match what they actually do.