update-pr-summary
SolidThis 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 822 stars
70 forks Updated 2 days ago Apache-2.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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.
- Title: a short human headline, capital first letter, no `fix:` or `feat:` prefix. Lead with the outcome, punchy over exhaustive.
- Body: open on why, then short scannable bullets (one point each). Lead with the most visual proof. A webpage, UI, or design change MUST carry before/after images in a two-column table, never text describing the change. See the `create-pr` skill for uploading them to a release.
- Numbers win: put benchmarks, counts, speedups and comparisons in a markdown table.
- One read, one section, no headers. Plain words, no buzzwords.
- No test plans, file lists, or line links.
4. **Apply the update**
- Use `gh pr edit <pr> --title "..." --body "..."`.
Details
- Author
- fcakyon
- Repository
- fcakyon/claude-codex-settings
- Created
- 1 years 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 Solid
pr-summary
Analyze all PR changes and update PR description with accurate summary.
5 Updated 1 weeks ago
timurgaleev AI & Automation Solid
pr-summary
Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
22 Updated 2 days ago
fusengine AI & Automation Featured
update-pr
Update an existing pull request with new changes. Use when the user wants to update a PR, push follow-up changes to a PR, refresh a PR description, or sync a PR with latest commits. Triggers on: update pr, update-pr, update the pr, push to pr, refresh pr, sync pr, update pull request.
757 Updated today
ReflexioAI