Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
fcakyon avatar

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-summary

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs26
repo stars946
Last updatedAugust 2, 2026
Repositoryfcakyon/claude-codex-settings

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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 "...".

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.