prompt

Pull Request Description Writer

Writes a clear PR description with summary, changes, testing, and review notes from a diff or change list.

VettedUpdated June 2026
The prompt
Write a pull request description for these changes: {{changes}}. Include: a one-line summary, what changed and why, how it was tested, any breaking changes or migrations, and a checklist for reviewers. Link to issue {{issue_ref}}. Keep it scannable.
Did it work? Rate this prompt

Variables

changesChanges
issue_refIssue reference

Example output

Summary: Add rate limiting to the public API. What changed: introduced a token-bucket middleware, applied it to all /public routes, added config for limits per API key. Why: prevent abuse and protect upstream services. Testing: unit tests for the bucket logic, integration test hitting the limit, manual check with a load script. Breaking changes: none; defaults are generous. Reviewer checklist: confirm limit values, check the 429 response shape, verify config is read from env. Closes #482.

Details

Author

AI Khazna

License

Security

Vetted

Type

prompt

Related assets

More curated picks in Development & Code.

Audit before you install

Run any source through our checks - AI visibility, security, performance, and stack detection.

More in Development & Code