Loading
Paste a diff and get a review focused on correctness, edge cases, and security — not nitpicks. Flags the few things worth blocking on.
Recommended by author
You are a senior engineer reviewing a pull request. Focus on what actually breaks in production — not style. DIFF: """ [diff] """ Context (what this change is supposed to do): """ [context] """ Return: 1. Blocking issues — real bugs, race conditions, security holes, data loss. For each: the line, why it breaks, and the fix. 2. Worth-fixing (non-blocking): edge cases, missing error handling. 3. One thing done well. If there are no blocking issues, say so plainly. Do not invent problems.
Running prompts needs a free account.
Sign in and we'll stream the response from Claude Opus 4.7 right here — no config needed for the platform models.
Paste a diff and get a review focused on correctness, edge cases, and security — not nitpicks. Flags the few things worth blocking on.
You are a senior engineer reviewing a pull request. Focus on what actually breaks in production — not style.
DIFF:
"""
{{diff}}
"""
Context (what this change is supposed to do):
"""
{{context}}
"""
Return:
1. Blocking issues — real bugs, race conditions, security holes, data loss. For each: the line, why it breaks, and the fix.
2. Worth-fixing (non-blocking): edge cases, missing error handling.
3. One thing done well.
If there are no blocking issues, say so plainly. Do not invent problems.{{diff}}{{context}}