Prompt #86

Back to prompts
PR Review Checklist
Code Β· claude-3.7-sonnet
5/5
Variables
pr_title, pr_description, diff
Tags
pr,review,code-quality
Source
research-2026-05-01
Use count
0
Created
2026-05-01T18:11:52.162090+00:00
Updated
2026-05-01T18:11:52.162090+00:00

Content

Review this pull request description and code diff as a senior engineer.

PR Title: {{pr_title}}
PR Description: {{pr_description}}

Code diff:
```
{{diff}}
```

Check:
- [ ] Does the code do what the PR description says?
- [ ] Are there any bugs or logic errors?
- [ ] Is error handling complete?
- [ ] Are tests adequate?
- [ ] Are there any performance concerns?
- [ ] Is the code readable and well-named?
- [ ] Are there security considerations?
- [ ] Does it follow existing patterns in the codebase?

Provide inline comments and a summary verdict: Approve / Request Changes / Needs Discussion.