Address GitHub Comments
Works through review comments on an open GitHub PR using the gh CLI.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 11, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0dc6a35
Verbatim install (clone + cp) worked first try; single self-contained SKILL.md with valid frontmatter, no missing files. A/B on a dry-run PR-review task (fabricated diff + 3 review comments, no live GitHub) showed the skill matches but does not beat a bare agent — identical fixes and reply drafts, with the skill adding only workflow structure. Note the skill's real workflow needs an authenticated gh CLI and a live open PR; that path was not exercised here.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 5/10
- Docs & honesty 4/5
What Address GitHub Comments does
Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
How to install Address GitHub Comments
git clone https://github.com/sickn33/antigravity-awesome-skills
cd antigravity-awesome-skills
mkdir -p ~/.claude/skills
cp -r plugins/agentic-awesome-skills-claude/skills/address-github-comments ~/.claude/skills/address-github-comments
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Address GitHub Comments
-
/address-github-commentsWorks through review comments on an open GitHub PR using the gh CLI.
It also activates on plain-language prompts like these:
-
Address the review comments on this open PR -
Resolve the feedback left on our pull request -
Go through PR comments and fix what's requested
Frequently asked questions
- Is the Address GitHub Comments skill free?
- Yes. The skill itself is free from sickn33/antigravity-awesome-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Address GitHub Comments work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Verbatim install (clone + cp) worked first try; single self-contained SKILL.md with valid frontmatter, no missing files. A/B on a dry-run PR-review task (fabricated diff + 3 review comments, no live GitHub) showed the skill matches but does not beat a bare agent — identical fixes and reply drafts, with the skill adding only workflow structure. Note the skill's real workflow needs an authenticated gh CLI and a live open PR; that path was not exercised here.
- What is the Address GitHub Comments SkillProof Score?
- 7.2/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 4/5.
- How do I install Address GitHub Comments?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Address GitHub Comments with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.