gh-pr-review-comments

Installation
SKILL.md

Address PR Review Comments

Use this skill to run a full GitHub PR review follow-up pass from live comment data instead of screenshots or pasted summaries. Fetch the comments, decide what to accept, update only the current PR branch, resolve threads deliberately, and finish with the exact status line the user expects.

Boundary Rules

  • This skill addresses existing review comments on the current PR branch. It does not run a fresh end-to-end critique of the implementation plan.
  • If the user wants a broader challenge of the plan, branch approach, or test strategy beyond the current review comments, use gh-plan-review.

Core Workflow

  1. Confirm you are already on the PR feature branch you intend to update, not main, master, or another default branch.
  2. Fetch the authoritative review comments with gh api --paginate repos/{owner}/{repo}/pulls/{pr}/comments.
  3. Exclude reply comments such as items with in_reply_to_id before triaging, so you classify top-level review requests rather than thread replies.
  4. Classify every remaining review comment before touching code.
  5. Inspect the relevant files, diff, and surrounding context for accepted comments.
  6. Apply only the accepted fixes on the same PR branch.
  7. Run the smallest relevant verification for the touched code.
  8. Determine whether the PR branch has exactly one branch commit or multiple branch commits relative to the PR base. A multi-commit PR branch must not default to amend or force-push.
Related skills

More from beeman/skills

Installs
8
Repository
beeman/skills
GitHub Stars
3
First Seen
Mar 16, 2026