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:
- A concise 2-3 sentence overview of the changes
- A bulleted list of the most important changes
- A summary of testing changes (new tests, modified tests, coverage)