update-pr-summary

Solid

This skill should be used when user asks to "update PR summary", "update PR description", "rewrite PR body", "refresh PR title and body", or explicitly invokes "update-pr-summary".

AI & Automation 711 stars 60 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
95
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
56
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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. - Use plain language. Avoid jargon and internal shorthand unless an exact command or tool name is needed. - Keep the body to a single short section. - Include 1-2 sentences, a few bullets, and one usage snippet or before/after example when helpful. - Do not include test plans, changed file lists, or line-number links. 4. **Apply the update** - Use `gh pr edit <pr> --title "..." --body "..."`.

Details

Author
fcakyon
Repository
fcakyon/claude-codex-settings
Created
10 months ago
Last Updated
2 days ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

update

Use this skill when the user asks to update a PR description, refresh PR body, or sync PR details based on branch changes. Triggered by phrases like "update PR#N desc", "refresh the PR description", or "update PR based on branch changes".

0 Updated 3 days ago
1shooperman
AI & Automation Listed

pr-update-description

Update a PR with a clear explanation of the changes. Use when the user asks to update, write, or improve a PR description, or mentions "pr description", "update PR", or "describe PR".

0 Updated 3 days ago
amitkot
AI & Automation Listed

update-pr

Complete PR update workflow - updates both title and description with project-aware content. Orchestrates update-pr-title and update-pr-desc commands.

1 Updated 3 days ago
datamaker-kr
Code & Development Solid

update-pr

Update an existing GitHub pull request's title and description to reflect the current state of the branch. Use when the user asks to "update the PR", "update PR description", "update PR title", "refresh PR description", or "sync PR with changes".

312 Updated today
tobihagemann
Code & Development Solid

update-pr-description

Generate a PR description from the current branch's changes against a GitHub PR, using the gh CLI. Use when writing, drafting, or updating pull request descriptions, PR summaries, or PR bodies. Requires the gh CLI to be installed and a PR to already exist for the current branch. Does not review code or post review comments — use code-review for local review or gh-pr-review for posting a review to GitHub.

66 Updated today
testdouble