address-github-comments▌
davila7/claude-code-templates · updated Apr 8, 2026
Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically.
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 statusbefore starting.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.4★★★★★46 reviews- ★★★★★Dhruvi Jain· Dec 28, 2024
address-github-comments reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Anika Rahman· Dec 24, 2024
address-github-comments has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Yuki Jackson· Dec 16, 2024
address-github-comments is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Amelia Sharma· Dec 4, 2024
Keeps context tight: address-github-comments is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Oshnikdeep· Nov 19, 2024
I recommend address-github-comments for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Sophia Park· Nov 7, 2024
address-github-comments fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Anika Mehta· Oct 26, 2024
We added address-github-comments from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Ganesh Mohane· Oct 10, 2024
Useful defaults in address-github-comments — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★William Chawla· Sep 17, 2024
address-github-comments reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Kiara Sanchez· Sep 17, 2024
Useful defaults in address-github-comments — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 46