PR Description Generator
PR Description Generator
ClaudeChatGPTGemini
Health
0/100
β² 29
π 128 copies
Trigger Phrase
Write a PR description
Prompt
97 wordsWrite a clear, useful pull request description for the following change.
Changes: [PASTE YOUR GIT DIFF OR DESCRIBE THE CHANGES]
Produce:
## What
(one paragraph: what changed and the core reason why)
## Why
(the business or technical motivation β what problem does this solve?)
## How to Test
(numbered steps a reviewer can follow to verify the change works)
## Checklist
- [ ] Tests added or updated
- [ ] No secrets or credentials committed
- [ ] Documentation updated if behaviour changed
- [ ] Migration steps documented if applicable
## Screenshots
(placeholder: add before / after screenshots for any UI changes)
Keep it factual. Don't oversell the change.
Changes: [PASTE YOUR GIT DIFF OR DESCRIBE THE CHANGES]
Produce:
## What
(one paragraph: what changed and the core reason why)
## Why
(the business or technical motivation β what problem does this solve?)
## How to Test
(numbered steps a reviewer can follow to verify the change works)
## Checklist
- [ ] Tests added or updated
- [ ] No secrets or credentials committed
- [ ] Documentation updated if behaviour changed
- [ ] Migration steps documented if applicable
## Screenshots
(placeholder: add before / after screenshots for any UI changes)
Keep it factual. Don't oversell the change.
Install Instructions
Paste this prompt then your git diff or a description of your changes. The output is ready to paste into GitHub/GitLab.
Test It
Test command:
Give it a fake change: 'added rate limiting middleware to all API routes'
Expected output:
Should produce all 5 sections with specific, testable review steps
Pass criteria:
- How to Test has numbered, actionable steps. Not vague like 'test the endpoint'.
β οΈ Guardrails
- Review the output β AI may miss context about why you made specific implementation choices.
