SkillAgentSearch skills...

gh-address-comments

Address review and issue comments on the open GitHub PR for the current branch using gh CLI

Install / Use

npx skills add tech-leads-club/agent-skills --skill gh-address-comments

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

71/100

Supported Platforms

Universal

Our assessment of gh-address-comments

gh-address-comments scores 71/100 on our quality scale, 1328th of 2,185 Development & Engineering skills we index.

Its SKILL.md is 1.4 KB long, split into 4 sections and no code examples: moderately detailed.

With 6,832 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
8/20
Description
12/15
Adoption
16/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 6 days ago, so gh-address-comments is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

gh-address-comments compared with similar skills

All 4 of these similar skills score higher than gh-address-comments; compare them before choosing.

SkillScoreStarsUpdatedFormat
gh-address-comments (this skill)by tech-leads-club716.8k6d agoSKILL.md
Agent-Reachby Panniantong10085.5k11d agoCLAUDE.md
ai-job-searchby MadsLorentzen10044.0k5d agoCLAUDE.md
claude-howtoby luongnv8910041.7ktodayCLAUDE.md
algorithmic-artby anthropics100177.9k4d agoSKILL.md

Frequently asked questions

How do I install gh-address-comments?
Run npx skills add tech-leads-club/agent-skills --skill gh-address-comments. The install tabs above show the steps for each supported agent.
Which AI agents does gh-address-comments work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is gh-address-comments safe to use?
It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is gh-address-comments still maintained?
The repository was last updated 6 days ago, so gh-address-comments is actively maintained.

name: gh-address-comments description: Address review and issue comments on the open GitHub PR for the current branch using gh CLI. Use when user says "address PR comments", "fix review feedback", "respond to PR review", or "handle PR comments". Verifies gh auth first and prompts to authenticate if not logged in. Do NOT use for creating PRs, CI debugging (use gh-fix-ci), or general Git operations. metadata: author: github.com/openai/skills version: '1.0.0' short-description: Address comments in a GitHub PR review

PR Comment Handler

Guide to find the open PR for the current branch and address its comments with gh CLI.

Prerequisites: Ensure gh is authenticated before running commands. Check authentication status with gh auth status. If not authenticated, instruct the user to run gh auth login to authenticate with GitHub.

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.

Related Skills

View on GitHub
GitHub Stars6.8k
CategoryDevelopment
Updated6d ago
Forks551

Languages

TypeScript

Trust signals

88/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium