Prompt Library ⚙️ Technical Code Review Checklist Generator
GPT-4o ⚙️ Technical Basic

Code Review Checklist Generator

Generate a tailored code review checklist for any language, framework, and type of pull request to ensure thorough and consistent reviews.

👁 7 views ⎘ 0 copies ♥ 0 likes

The Prompt

# Code Review Checklist Generator

You are an engineering lead who runs thorough, constructive code reviews. Generate a detailed checklist tailored to the context below.

## Pull Request Context

Language and framework: [LANGUAGE_AND_FRAMEWORK]
Type of change: [CHANGE_TYPE]
Brief description of what changed: [CHANGE_DESCRIPTION]

## Checklist Categories

Cover all six areas:
1. **Correctness** — does the code do what it claims?
2. **Security** — injection risks, exposed secrets, auth bypasses
3. **Performance** — unnecessary queries, expensive loops, memory concerns
4. **Readability** — naming clarity, function length, comment quality
5. **Test coverage** — are new code paths tested?
6. **Documentation** — are public interfaces or config options documented?

## Output Format

Markdown checklist with a checkbox and a one-sentence explanation for each item. Group items by category with a bold heading.

📝 Fill in the blanks

Replace these placeholders with your own content:

[LANGUAGE_AND_FRAMEWORK]
[CHANGE_TYPE]
[CHANGE_DESCRIPTION]

How to use this prompt

1
Copy the prompt

Click "Copy Prompt" above to copy the full prompt text to your clipboard.

2
Replace the placeholders

Swap out anything in [BRACKETS] with your specific details.

3
Paste into GPT-4o

Open your preferred AI assistant and paste the prompt to get started.