update-pr-summary

update-pr-summary is a skill for Claude Code, Codex from fcakyon/claude-codex-settings. It costs 43 tokens per session (372 once invoked), scanned A, original, Apache-2.0.

A command that rewrites a pull request's title and description based on the complete set of committed changes in its branch.

In plain words
What is it for?
Use it to refresh a pull request title and body, or to update a pull request summary from a number or URL.
Why use it?
It keeps the pull request summary aligned with the actual work, including the most useful visual evidence, counts, comparisons, and benchmarks.

Skill for Claude CodeCodex

Part of the github-dev plugin — 6 skills, 4 agents shipped together

About the project

claude-codex-settings is a collection of configurations and reusable extensions for Claude Code, OpenAI Codex, Cursor, and related coding tools. Developers use its skills, commands, hooks, agents, plugins, and MCP servers to shape coding-agent workflows and connect alternative model APIs. The catalogue entries are components of this collection that can be installed into supported coding tools.

fcakyon/claude-codex-settings · 1,127 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fcakyon/claude-codex-settings/update-pr-summary
Any agent
npx skills add fcakyon/claude-codex-settings --skill update-pr-summary
Clone the repo
git clone --depth 1 https://github.com/fcakyon/claude-codex-settings

Made for: Claude Code, Codex.

Or install github-dev, the plugin that ships this one along with the rest of its 6 skills, 4 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for update-pr-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/update-pr-summary.svg)](https://agentmods.dev/skills/fcakyon/claude-codex-settings/update-pr-summary)
Your own site
<a href="https://agentmods.dev/skills/fcakyon/claude-codex-settings/update-pr-summary"><img src="https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/update-pr-summary.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 372 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00043 $0.00372
Opus 5 $0.00022 $0.00186
Sonnet 5 $0.00009 $0.00074
Haiku 4.5 $0.00004 $0.00037

Measured 5d ago against content hash b2bb62aca3ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

update-pr-summary scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/github-dev/skills/update-pr-summary/SKILL.md · 32 lines

What it actually says

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

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 32 lines · 43 tokens per session scan A b2bb62aca3ae

Subscribe to this mod's changes

update-pr-summary is a skill published in the GitHub repository fcakyon/claude-codex-settings (1,127 stars, last pushed today), licensed Apache-2.0. It adds 43 tokens to every session and 372 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

github-pr-workflow

Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.

paperclipai/paperclip · 39 tokens

github

Create issues, PRs, clone repos, and manage git workflows.

initializ/forge · 15 tokens

lov-maintain-partners

Maintain the Skill Publisher website's partners section AND align partner logo rows on event posters / hero strips: reuse lov-find-logo for brand logo discovery, normalize collected logos to a 240px-tall content canvas (retina-ready), rasterize SVGs via rsvg-convert before normalizing (so SVG viewBox padding gets…

lovstudio/skills · 294 tokens

dsh-plugin-publisher

Publish a validated DSH plugin package (@deepseek-ai/dsh- or @lovstudio/dsh-) to npm, git, or tarball channels and verify it loads in the DeepSeek Harness. Use when the user asks to publish, release, or ship a plugin. 触发:发布插件 / 上架插件 / release dsh 插件。.

lovstudio/skills · 82 tokens

lov-npm-publisher

为全新或已有 npm 包建立免重复登录的自动发布链,兼容 GitHub Actions OIDC(trusted publishing)与本地 granular NPMTOKEN(bypass)两种平级方式,处理首次引导、发布审计与线上回读。Use when the user asks to 自动发布 npm 包、publish npm without login、发布 npm 包不用登录。.

lovstudio/skills · 85 tokens

lov-skill-pricing

为一个或多个 Agent Skill 生成可解释的 Skill Pricing Card:结合创作者时间与维护成本、用户价值、稀缺性、购买信心和生态潜力,输出建议价、价格区间、渠道策略及证据缺口;触发语包括“给这个 Skill 定价”和 “price this Skill”。.

lovstudio/skills · 78 tokens