Help us improve
Share bugs, ideas, or general feedback.
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".
npx claudepluginhub amitkot/claude-code-tools --plugin pr-update-descriptionHow 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`.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
Share bugs, ideas, or general feedback.
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.