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.
The Prompt
Already a member? Sign in.
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 Every Place Errors Are Swallowed Silently
Locate every catch block, fallback, and default that hides failure instead of surfacing it to the caller.
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: Audit a Pull Request Like a Skeptical Senior
Turn Claude Code into a hostile but fair PR reviewer that catches what your team's rubber stamps miss.