Recipe
PR description / summary writer
Auto-generate concise, structured pull request descriptions from diff context and commit history.
📥
Input
Git diff, branch name, and optional context like linked issues or design docs.
⚙️
Process
Analyzes changed files, commit messages, and diff hunks to infer intent and scope.
📤
Output
Structured PR body with summary, changeset breakdown, testing notes, and screenshots placeholder.
Template
## Summary
[One-line change description]
## What changed
- [Bullet list of key changes]
## Why
[Context and motivation]
## Testing
- [ ] Unit tests pass
- [ ] Manual verification steps
## Screenshots
<!-- Before/after if UI change -->