Skip to content
/gh-address-commentsOfficial

Address all actionable comments in a GitHub PR review and summarize the updates.

GitHubCode ReviewCollaborationΒ· 1 min read

Quick import: Download the .md file and save it to .claude/commands/ (Claude Code), .cursorrules (Cursor), or paste as a system prompt in ChatGPT, Gemini, or any LLM API.

#What it does

The gh-address-comments skill reads all review comments on a GitHub pull request, identifies actionable feedback, implements the requested changes, and produces a summary of what was updated. It handles inline code suggestions, review threads, and general PR comments.

#How to use

bash
$gh-address-comments
Address all actionable GitHub PR review comments in this branch and summarize the updates.

#Workflow

  1. Fetch PR comments -- Retrieve all review comments, inline suggestions, and general feedback
  2. Classify comments -- Separate actionable items from questions, acknowledgments, and optional suggestions
  3. Implement changes -- Apply requested code changes, fixes, and improvements
  4. Summarize -- Produce a clear summary of what was addressed, what was deferred, and why

#Prerequisites

  • GitHub CLI (gh) authenticated with appropriate repo permissions
  • Active branch tracking a PR

This skill is from the OpenAI Skills Catalog.

OpenAIΒ·
View all skills