GH

gh-address-comments

Automates the process of fetching and resolving comments on GitHub PRs using the official CLI.

Install

mkdir -p .claude/skills/gh-address-comments && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/599" && unzip -o skill.zip -d .claude/skills/gh-address-comments && rm skill.zip

Installs to .claude/skills/gh-address-comments

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
168 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Fetch open PR comments and review threads
  • Present review feedback with summaries
  • Facilitate applying fixes to the current branch
  • Manage GitHub CLI authentication

How it works

The skill uses the GitHub CLI to fetch PR data, prompts the user to select specific comments to address, and guides the application of fixes.

Inputs & outputs

You give it
GitHub PR context
You get back
List of review comments and applied fixes

When to use gh-address-comments

  • Addressing pull request feedback
  • Reviewing code comments
  • Updating PRs based on reviews

About this skill

PR Comment Handler

Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access.

Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status, rerun it with sandbox_permissions=require_escalated.

1) Inspect comments needing attention

  • Run scripts/fetch_comments.py which will print out all the comments and review threads on the PR

2) Ask the user for clarification

  • Number all the review threads and comments and provide a short summary of what would be required to apply a fix for it
  • Ask the user which numbered comments should be addressed

3) If user chooses comments

  • Apply fixes for the selected comments

Notes:

  • If gh hits auth/rate issues mid-run, prompt the user to re-authenticate with gh auth login, then retry.

When not to use it

  • Merging pull requests
  • Managing issues outside of the current PR

Prerequisites

GitHub CLI (gh)

Limitations

  • Requires active GitHub CLI authentication
  • Limited to the current branch's open PR

How it compares

It provides a systematic way to track and resolve review feedback directly from the terminal, rather than manually navigating the GitHub web interface.

Compared to similar skills

gh-address-comments side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
gh-address-comments (this skill)106moReviewIntermediate
resolve-conflicts818moReviewIntermediate
dependency-upgrade265moReviewIntermediate
git-commits214moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

skill-installer

openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

29141

figma-implement-design

openai

Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.

2460

figma

openai

Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.

2266

gh-fix-ci

openai

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

1234

transcribe

openai

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

1148

sentry

openai

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.

1048

Search skills

Search the agent skills registry