pr-summary
Installation
SKILL.md
PR Summary
Generate a pull request summary for the current branch.
Instructions
-
Analyze changes:
git log main..HEAD --oneline git diff main...HEAD --stat -
Generate summary with:
- Brief description of what changed
- List of files modified
- Breaking changes (if any)
- Testing notes