pr-address-comments

Analyze GitHub PR comments and diffs to guide manual remediation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JansonXIE/sophon_cli --skill pr-address-comments-jansonxie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-address-comments
Source: https://github.com/JansonXIE/sophon_cli/tree/main/.gemini/skills/pr-address-comments
Command: npx skills add https://github.com/JansonXIE/sophon_cli --skill pr-address-comments-jansonxie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps you address GitHub PR comments on the Gemini CLI project for the current branch. It reads the PR diffs and threaded comments to surface actionable feedback and guide manual remediation without performing automated changes.

Core Features & Use Cases

  • PR feedback aggregation: collects general and inline comments and presents a clear status overview.
  • Thread-aware review: distinguishes resolved threads (✅) from open threads and lists them with reference numbers.
  • Guided remediation: outputs a prioritized plan to address feedback using the gh CLI.

Quick Start

Review and address PR comments for the current branch using the gh CLI.

Frequently Asked Questions about pr-address-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I address unresolved GitHub PR comments on my current branch?

To address GitHub PR comments, this skill fetches the PR diff and threaded comments via the gh CLI, aggregates open threads, and outputs a prioritized remediation plan for manual resolution without applying automated fixes.

Can I use the gh CLI to aggregate inline and general PR comments for code review?

Yes, this skill uses the gh CLI to collect both general and inline PR comments, distinguishing resolved threads from open ones to present a clear status overview for your code review workflow.

What is the best way to review open PR threads and guide manual remediation?

The best way to review open PR threads is using this skill to analyze the PR diff and comments, surfacing actionable feedback and listing open threads with reference numbers to guide your manual remediation steps.

Do I need the gh CLI installed to fetch PR diffs and threaded comments?

Yes, you need the gh CLI installed and authenticated, as this skill requires it to fetch PR data and diffs, analyze threaded comments, and summarize open threads for addressing feedback.

Does this PR review workflow automatically fix code based on GitHub comments?

No, this PR review workflow does not automatically apply fixes; instead, it analyzes the PR diff and comments to identify open threads and outputs a prioritized plan to guide your manual remediation actions.

How do I identify resolved versus open threads in a GitHub PR review?

To identify resolved versus open threads, this skill fetches PR comments via the gh CLI and distinguishes resolved threads marked with a checkmark from open ones, listing them with reference numbers for action.