
Update Pr Summary
- 26 installs
- 946 repo stars
- Updated August 2, 2026
- fcakyon/claude-codex-settings
Helps with ai & agent building tasks.
About
update-pr-summary is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- update-pr-summary
- AI & Agent Building
- AI-coding skill
Update Pr Summary by the numbers
- 26 all-time installs (skills.sh)
- Ranked #9,643 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/fcakyon/claude-codex-settings --skill update-pr-summaryAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 26 |
|---|---|
| repo stars | ★ 946 |
| Last updated | August 2, 2026 |
| Repository | fcakyon/claude-codex-settings ↗ |
What it does
Helps with ai & agent building tasks.
Files
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>...HEADto 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-prskill format for title and body. - Start the title with a capital letter and a verb, with no
fix:orfeat: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 "...".
Related skills
AI & Agent Buildingagents