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.
The Prompt
Already a member? Sign in.
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 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.
Claude Code: Map Every Config Value That Can Drift Between Environments
Finds every config value that is environment-specific and flags the ones with no validation or parity check.