Agent skill
pr-summary
Generate a PR title and description from the branch diff vs main. Use when asked for a PR summary or PR description.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/pr-summary
SKILL.md
PR Summary
Workflow
- Fetch origin if needed and compute merge base:
base=$(git merge-base HEAD origin/main). - Review
git diff --stat $baseand key file diffs. - Draft a PR title and short body that explain what changed and why.
- Include tests run or targeted test recommendations and any risks.
Didn't find tool you were looking for?