fcakyon/update-pr-summary
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".
npx skills add https://github.com/fcakyon/claude-codex-settings --skill 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.
gh pr view <pr> --json title,body,baseRefName,headRefName.git diff <base-branch>...HEAD to review all committed changes in the branch.create-pr skill format for title and body.fix: or feat: prefix. Lead with the outcome, punchy over exhaustive.create-pr skill for uploading them to a release.gh pr edit <pr> --title "..." --body "...".Take fcakyon/update-pr-summary from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.