Pull Request Description

Turn a diff into a scannable PR write-up with risks, rollback, and a reviewer checklist.

Beginner1 min read

Customize

Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.

Your prompt

2 placeholders left
Write a pull request description from this diff and context.

Diff summary:
{{diff}}

Why this change: {{motivation}}

Structure: ## What changed, ## Why, ## How to test, ## Risks & rollback.

Keep it scannable with bullets. Add a checklist of things a reviewer should look at closely.

Similar prompts

Bisect a Regression

Walk the history between a known-good commit and main to find the culprit diff.

Commit and Open a PR

Close out a session with a why-focused commit and a PR that carries a test plan.

Conventional Commit Message

A properly formatted commit whose body explains why, derived only from the staged diff.

Document a Function or Module

Complete JSDoc or docstrings with precise types, throws, constraints, and a usage example.