Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill address-github-comments --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Address Github Comments?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-address-github-comments-12ecfe97)More formats (shields.io, HTML) on the badges page.
---
version: 4.1.0-fractal
name: address-github-comments
description: Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
---
# 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.
```bash
gh auth status
```
If not logged in, run `gh auth login`.
## Workflow
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [1. Inspect Comments](./sub-skills/1-inspect-comments.md)
### 2. [2. Categorize and Plan](./sub-skills/2-categorize-and-plan.md)
### 3. [3. Apply Fixes](./sub-skills/3-apply-fixes.md)
### 4. [4. Respond to Comments](./sub-skills/4-respond-to-comments.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.