Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

gh-address-comments

communitydevelopment

Reads open PR comments and review threads on the current branch using the gh CLI, then helps you address selected ones.

Setup & Installation

npx skills add https://github.com/openai/skills --skill gh-address-comments
or paste the link and ask your coding assistant to install it
https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments
View on GitHub

What This Skill Does

Reads open PR comments and review threads on the current branch using the gh CLI, then helps you address selected ones. It fetches all comments, numbers them, summarizes the required fixes, and applies changes to the ones you pick.

Instead of switching between the GitHub UI and your editor to find and apply each comment, this skill fetches all threads in one pass and applies only the fixes you select.

When to use it

  • Reviewing all open review threads on a PR before merging
  • Picking which reviewer comments to fix without reading the full diff
  • Applying code changes suggested in PR review comments
  • Clearing outdated review threads after rebasing
  • Addressing specific reviewer feedback without touching unrelated comments