
Address Github Comments
- 711 installs
- 44k repo stars
- Updated July 27, 2026
- sickn33/antigravity-awesome-skills
address-github-comments is a Claude Code skill that walks developers through resolving GitHub pull request review comments and issue feedback systematically using the GitHub CLI.
About
address-github-comments is a GitHub CLI workflow skill from sickn33/antigravity-awesome-skills for closing the loop on open pull request feedback. It starts with gh auth status verification, then fetches review threads via gh pr view --comments before addressing each item in order. The skill targets developers and agents who receive scattered inline review notes and need a repeatable process instead of ad-hoc fixes. It assumes gh is installed and authenticated, and fits mid-review sessions where multiple comment threads must be tracked to completion. Use it when a PR is open, reviewers have left actionable notes, and the goal is merge-ready code with every thread resolved or replied to.
- Fetches PR comments and review threads via gh pr view --comments
- Categorizes feedback and proposes targeted fixes for each comment
- Requires explicit user confirmation before applying changes to multiple threads
- Posts resolution comments with gh pr comment after fixes are committed
- Includes hard-gate for authentication check with gh auth status
Address Github Comments by the numbers
- 711 all-time installs (skills.sh)
- +4 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #86 of 739 Git & Pull Requests skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill address-github-commentsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 711 |
|---|---|
| repo stars | ★ 44k |
| Security audit | 2 / 3 scanners passed |
| Last updated | July 27, 2026 |
| Repository | sickn33/antigravity-awesome-skills ↗ |
How do you resolve all GitHub PR review comments?
Systematically address GitHub PR review comments and issue feedback using the GitHub CLI.
Who is it for?
Developers with an open PR and multiple unresolved gh review comment threads to work through methodically.
Skip if: Repositories not on GitHub, teams without gh CLI access, or PRs with zero review comments to action.
When should I use this skill?
A developer mentions unresolved PR review comments, gh feedback threads, or asks to address GitHub review notes on the current branch.
What you get
Addressed review threads, updated commits on the PR branch, and documented replies to reviewer feedback.
- Resolved review threads
- Updated PR commits
Files
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 statusIf not logged in, run gh auth login.
Workflow
1. Inspect Comments
Fetch the comments for the current branch's PR.
gh pr view --commentsOr 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 statusbefore starting.
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Related skills
FAQ
What CLI does address-github-comments use?
address-github-comments uses the GitHub CLI (gh), including gh auth status for authentication checks and gh pr view --comments to fetch review threads on the current branch's pull request.
When should I invoke address-github-comments?
Invoke address-github-comments when an open GitHub pull request has unresolved review or issue comments and you need a systematic gh-based workflow to inspect, fix, and close every feedback thread.
Is Address Github Comments safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.