update-pr-summary

Installation
SKILL.md

Update PR Summary

Update a PR title and description based on the complete changeset.

When explicitly invoked with extra text, treat that text as the PR number or URL.

Process

  1. Fetch PR info

    • Use gh pr view <pr> --json title,body,baseRefName,headRefName.
  2. Analyze the complete changeset

    • Use git diff <base-branch>...HEAD to review all committed changes in the branch.
    • Ignore unstaged changes.
    • Make the summary describe the full branch diff, not just the latest commit.
  3. Generate the updated summary

    • Follow the create-pr skill format for title and body.
    • Start the title with a capital letter and a verb, with no fix: or feat: prefix.
Related skills
Installs
11
GitHub Stars
682
First Seen
Apr 10, 2026