Review the Diff, Not the Repo

Keep review scoped to what actually changed — correctness issues only.

Intermediate1 min read

Customize

Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.

Your prompt

2 placeholders left
Review the diff in {{path}}.

Look for edge cases, race conditions, and consistency with our existing {{layer}}.

Report only issues that affect correctness or the stated requirements, not style preferences.

Similar prompts

Check the Diff Against the Plan

Audit finished work against the plan it was supposed to follow — gaps only, no style notes.

Add Diagnostics Before Guessing

Instrument first, theorize second — logging with a stated plan for capturing the failure.

Adversarial Security Review

Have the AI attack your own code: ranked vulnerabilities, a concrete exploit for each, and the fix.

Bisect a Regression

Walk the history between a known-good commit and main to find the culprit diff.