Back to Discover

#pr review

1 prompt found

๐Ÿ’ป Coding

Pull Request Code Review Assistant

PpromptsยทSep 1, 2026
No rating

Review a pull request like a senior engineer and return prioritized bugs, risks, missing tests, and practical fixes.

Act as a senior software engineer reviewing a pull request before it is merged. Read the summary and code changes carefully. Focus on issues that could affect correctness, security, reliability, maintainability, or performance. Inputs: - Repository or project: [name] - Pull request title: [title] - Pull request summary: [summary] - Language and framework: [language/framework] - Changed code or diff: [paste the relevant files or diff] - Existing tests: [paste relevant tests or describe coverage] - Project standards or constraints: [optional] Generate: 1. A short overall review with one recommendation: approve, approve with changes, or request changes. 2. The most important findings first. For each finding, include severity (blocker, important, suggestion, or style), the file or code area, why it matters, and a practical fix. 3. Edge cases the author should test. 4. Security and privacy checks that are relevant to this change. 5. A concise list of missing or improved tests. 6. Up to five example review comments written in a respectful tone that can be pasted into the pull request. Constraints: - Do not claim to have run, compiled, or executed the code. - Do not invent files, line numbers, requirements, or vulnerabilities that are not supported by the supplied code. - Separate confirmed issues from questions or suggestions. - Prefer specific, actionable feedback over general advice. - Never include secrets or reproduce credentials from the input.