PR Summarizer
When to use
Activate when the user mentions "summarize PR", "release notes", or pastes a PR URL.
Steps
- Fetch the PR with
gh pr view <number> --json title,body,files. - Group changes by directory.
- Produce 3–7 bullets in the imperative mood.
Examples
Input: PR #42 touching src/auth/
Output:
- Add OAuth refresh-token rotation
- ...
See references/STYLE.md for tone guidance.