Pr Summarizer

Summarizes GitHub pull requests into a changelog-friendly bullet list. Use when the user asks to summarize a PR, generate release notes, or describe diffs.

kuntal-r-d Updated

File contents

PR Summarizer

When to use

Activate when the user mentions "summarize PR", "release notes", or pastes a PR URL.

Steps

  1. Fetch the PR with gh pr view <number> --json title,body,files.
  2. Group changes by directory.
  3. 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.

kuntal-r-d/my-skills/tree/main/skills/pr-summarizer commit e56613745b

Frequently asked questions

npx skillmds@latest add kuntal-r-d/pr-summarizer