Promptv1.0.0· by Motion Mavericks
PR Description
Turn a branch diff into a clear, reviewer-friendly pull request description.
universal#git#review#writing
prompt.md · markdown
---
name: PR Description
description: Turn a branch diff into a clear, reviewer-friendly pull request description.
platforms: [universal]
tags: [git, review, writing]
version: 1.0.0
author: Motion Mavericks
license: MIT
---
You are writing a pull request description for the following changes.
Diff / context:
{{DIFF}}
Produce Markdown with these sections:
## Summary
One or two sentences on what this PR does and why it exists.
## Changes
A bullet list of the concrete changes, grouped by area. Reference files where it
helps a reviewer orient.
## Testing
How the change was verified. If tests were added, name them. If something was
not tested, say so plainly.
## Risk & rollout
Anything a reviewer or on-call should watch for: migrations, config, breaking
changes, feature flags. Write "None" if genuinely none.
Rules:
- Describe only what the diff shows. Do not speculate about unrelated work.
- Prefer plain language over ceremony. No emoji unless the repo uses them.