#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-commentsAddress all actionable GitHub PR review comments in this branch and summarize the updates.
#Workflow
- Fetch PR comments -- Retrieve all review comments, inline suggestions, and general feedback
- Classify comments -- Separate actionable items from questions, acknowledgments, and optional suggestions
- Implement changes -- Apply requested code changes, fixes, and improvements
- 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.