PR Summarizer
by kritak
Generates a clear, scannable pull request description from your branch's commits and diff. Produces a Summary, Changes, and Test Plan section in your team's preferred style.
/pr-summary
$ install
# Add to your project's Claude Code skills directory
mkdir -p .claude/skills
# Then create .claude/skills/pr-summarizer.md with the
# frontmatter + instructions shown in the README below.
$ cat readme.md
What it does
Reads git log and git diff against the base branch, then drafts a PR description with:
- A one-line why (the user-facing motivation)
- A bulleted what (the actual changes)
- A test plan with concrete verification steps
Designed to be edited, not copy-pasted. The skill keeps the output terse so reviewers can scan it in 10 seconds.