# Pr Summary

> Generate a PR-ready summary of all work done on the current branch compared to the base branch. Includes a concise overview, a list of the most important changes, and a testing summary. Use when the user asks to "summarize my branch", "write a PR summary", "PR description", "what did I change", or wants a summary before opening a PR.

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

---


# PR Summary

Generates a well-structured summary of all changes on the current branch relative to the base branch, suitable for use as a pull request description.

## When This Skill Applies

This skill activates when the user wants:
- A summary of the work done on the current branch
- A PR description or body text
- To understand what changed before opening a PR

## How to Execute

Invoke the `/pr_summary` command. No arguments required.

The output includes:
1. A concise 2-3 sentence overview of the changes
2. A bulleted list of the most important changes
3. A summary of testing changes (new tests, modified tests, coverage)

