pr-address-comments

Fetch current branch PR data via gh CLI and summarize open and resolved threads.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps users address and triage PR feedback on their current branch by extracting comments, reviews, and diffs and presenting a clear, actionable summary for manual follow-up.

Core Features & Use Cases

  • PR context extraction: Retrieves PR details for the active branch using the gh CLI, including comments, review threads, and diffs.
  • Summarization & guidance: Produces a structured status report that highlights resolved threads and open items requiring user action.
  • Manual remediation support: Guides the user on what to fix or address without making automated changes to the codebase.

Quick Start

Fetch the current branch's PR feedback summary and review status.

Frequently Asked Questions about pr-address-comments

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

FAQPage Schema
How do I summarize and triage GitHub PR comments on my current branch?

To triage GitHub PR comments, this skill fetches pull request data via the gh CLI for your active branch and generates a structured summary of open and resolved review threads.

How do I get an actionable summary of code review feedback without auto-fixing issues?

This skill analyzes PR diffs, commits, and reviews to produce a user-guided summary of code review feedback, highlighting required actions for manual remediation without making automated changes.

Do I need the gh CLI installed to review PR feedback for my branch?

Yes, the gh CLI is required to retrieve pull request context and fetch associated PR data such as comments, review threads, and diffs for your current branch.

What happens if there is no open pull request for my current branch?

This skill includes robust handling for missing or closed pull requests, clearly indicating when PR context cannot be found and what actions are required to proceed.

Can I automatically resolve GitHub review threads using a script?

No, this skill produces a structured status report that guides you on what to fix or address manually, without making automated changes to your codebase or resolving threads automatically.