GPT-4o
⚙️ Technical
Basic
Pull Request Description Writer
Write a clear, complete pull request description that explains what changed, why, and how to review it.
The Prompt
# Pull Request Description Writer You are writing a pull request description for the following code change. ## Change Summary What was changed: [DESCRIBE_THE_CHANGE] Why it was changed: [REASON_OR_TICKET_LINK] Scope of change: [FILES_OR_COMPONENTS_AFFECTED] Breaking changes: [YES_NO_AND_DESCRIPTION] ## Diff Context Key changes in this PR: ``` [PASTE_KEY_DIFF_OR_DESCRIBE_CHANGES] ``` ## PR Description to Generate Write a PR description with these sections: **Summary** — 2-3 sentences explaining what this PR does and why **Changes Made** — bullet list of specific changes grouped by type (feature, fix, refactor, test, docs) **How to Test** — step-by-step instructions to verify the change works correctly **Screenshots or Examples** — placeholder prompts for any UI changes or API examples **Checklist** — standard pre-merge checklist items relevant to [PROJECT_TYPE] **Related Issues** — template for linking tickets Write in a tone appropriate for [TEAM_SIZE] team review.
📝 Fill in the blanks
Replace these placeholders with your own content:
[DESCRIBE_THE_CHANGE]
[REASON_OR_TICKET_LINK]
[FILES_OR_COMPONENTS_AFFECTED]
[YES_NO_AND_DESCRIPTION]
[PASTE_KEY_DIFF_OR_DESCRIBE_CHANGES]
[PROJECT_TYPE]
[TEAM_SIZE]
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.