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.

andrewjmorrell Updated

File contents

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)

andrewjmorrell/codex-skills/tree/main/skills/pr_summary commit 4e5e2231ae

Frequently asked questions

npx skillmds@latest add andrewjmorrell/pr-summary