# 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.

- Skill: `kuntal-r-d/pr-summarizer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kuntal-r-d/pr-summarizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kuntal-r-d/pr-summarizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: Apache-2.0
- Author: kuntal-r-d (https://skillmd.com/u/kuntal-r-d)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kuntal-r-d/pr-summarizer

---


# 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](references/STYLE.md) for tone guidance.


<!-- Use the conventional folders the spec recognizes: scripts/ for executable helpers (Python, Bash, JS), references/ for deeper docs the agent loads on demand, and assets/ for templates or data files. Reference them with relative paths like scripts/extract.py from inside SKILL.md. -->
