review-github-pr-comments

Fetch GitHub PR reviews and thread comments, then classify each point as fix, defer, or handled.

7|Updated Sep 27, 2022
One-click install
npx skills add https://github.com/vieitesss/.mac_config --skill review-github-pr-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-github-pr-comments
Source: https://github.com/vieitesss/.mac_config/tree/main/agents/skills/review-github-pr-comments
Command: npx skills add https://github.com/vieitesss/.mac_config --skill review-github-pr-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Review GitHub PR feedback end to end: fetch latest review summaries and thread comments, understand the PR goal and current code, classify each reviewer point as fix, reject, defer, or already handled, and implement accepted comments when requested.

Core Features & Use Cases

  • End-to-end PR feedback review: fetch reviews and thread discussions to surface actionable points.
  • Context-aware decisions: base judgments on PR goal, base branch, and repository conventions.
  • Apply accepted feedback: optionally implement approved changes or guide follow-up tasks.

Quick Start

Point the tool at the PR you want to review and let it categorize feedback and propose concrete actions.

Frequently Asked Questions about review-github-pr-comments

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

FAQPage Schema
How do I triage GitHub PR comments and decide which ones to fix?

Triage GitHub PR comments by fetching review summaries and thread discussions, then classifying each reviewer point as requiring a fix, rejection, deferral, or marking as already handled based on the PR goal and current code state.

What's the best way to review and categorize GitHub PR review threads?

Review GitHub PR threads by fetching data via gh pr view and GraphQL reviewThreads, normalizing the feedback, and outputting a structured decision set that categorizes each comment's required action.

Can I automatically apply accepted GitHub PR feedback to my code?

Apply accepted GitHub PR feedback by optionally implementing approved changes or guiding follow-up tasks after the triage decision set determines which reviewer points require fixes.

Does triaging PR comments with this approach work with inline review threads?

Triaging PR comments works with both summary reviews and inline threads, fetching the latest feedback through GraphQL reviewThreads to surface every actionable point across the PR.

How does PR goal detection affect GitHub comment triage decisions?

PR goal detection affects triage decisions by providing context-aware judgments that base classifications on the PR goal, base branch, and repository conventions to accurately determine if a comment is already handled or needs a fix.