AD

address-github-comments

Systematically addresses PR feedback and code review comments via the GitHub CLI.

Install

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

Installs to .claude/skills/address-github-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.

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
102 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Fetch PR comments via gh CLI
  • Categorize review threads
  • Plan code fixes based on feedback
  • Mark threads as resolved
  • Verify authentication status

How it works

It uses the GitHub CLI to list PR comments, helps the user plan fixes, and provides commands to respond to threads once changes are applied.

Inputs & outputs

You give it
Open GitHub Pull Request
You get back
Addressed review comments and resolved threads

When to use address-github-comments

  • Inspecting open PR comments directly in the terminal
  • Planning fixes for specific code review feedback
  • Updating PRs to address feedback
  • Marking review threads as resolved via CLI

About this skill

Address GitHub Comments

Overview

Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically.

Prerequisites

Ensure gh is authenticated.

gh auth status

If not logged in, run gh auth login.

Workflow

1. Inspect Comments

Fetch the comments for the current branch's PR.

gh pr view --comments

Or use a custom script if available to list threads.

2. Categorize and Plan

  • List the comments and review threads.
  • Propose a fix for each.
  • Wait for user confirmation on which comments to address first if there are many.

3. Apply Fixes

Apply the code changes for the selected comments.

4. Respond to Comments

Once fixed, respond to the threads as resolved.

gh pr comment <PR_NUMBER> --body "Addressed in latest commit."

Common Mistakes

  • Applying fixes without understanding context: Always read the surrounding code of a comment.
  • Not verifying auth: Check gh auth status before starting.

When not to use it

  • When the PR is already closed
  • When the user lacks gh CLI access

Prerequisites

gh CLI authenticated

Limitations

  • Requires manual verification of code context
  • Depends on gh CLI authentication

How it compares

It provides a systematic, CLI-based approach to addressing feedback instead of manually navigating the GitHub web interface.

Compared to similar skills

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

SkillInstallsUpdatedSafetyDifficulty
address-github-comments (this skill)36moReviewBeginner
resolve-conflicts818moReviewIntermediate
dependency-upgrade265moReviewIntermediate
git-commits214moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

Search skills

Search the agent skills registry