Update a PR with a clear explanation of the changes. Use when the user asks to update, write, or improve a PR description, or mentions "pr description", "update PR", or "describe PR".
How this skill is triggered — by the user, by Claude, or both
Slash command
/pr-update-description:pr-update-descriptionThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Determine the PR number from the user's message, current branch, or by running `gh pr view --json number`.
Determine the PR number from the user's message, current branch, or by running gh pr view --json number.
Update the PR with a clear, concise description and title.
Goal: Help reviewers quickly understand the change before reading code.
Guide your thinking with these questions:
Keep it brief. A simple change needs a simple description.
Use gh pr view/diff to understand the changes, then gh pr edit to update both title and body.
Report: brief summary + PR URL.
Whole-repo audit for over-engineering: finds dead code, unnecessary abstractions, stdlib-replaceable dependencies. Outputs ranked findings and net line/dep savings.
npx claudepluginhub amitkot/claude-code-tools --plugin pr-update-description