review-pr-feedback

Summarizes unresolved GitHub PR comments and proposes next steps.

23|46|Updated Sep 7, 2020
One-click install
npx skills add https://github.com/Legal-and-General/canopy --skill review-pr-feedback-legal-and-general
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr-feedback
Source: https://github.com/Legal-and-General/canopy/tree/main/.github/skills/review-pr-feedback
Command: npx skills add https://github.com/Legal-and-General/canopy --skill review-pr-feedback-legal-and-general

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unresolved inline comments on GitHub pull requests can stall code reviews. This skill fetches those comments, groups and summarises them, and guides you to fix or investigate each issue efficiently.

Core Features & Use Cases

  • Fetch unresolved inline review comments from a PR and present them in a structured summary.
  • Read referenced files locally to pre-investigate each issue and determine the appropriate action.
  • Propose next steps to fix, investigate, or clarify issues based on the summary.

Quick Start

Ask for a PR number, then run the PR feedback workflow to review and triage PR comments.

Frequently Asked Questions about review-pr-feedback

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

FAQPage Schema
How do I summarize unresolved inline comments on a GitHub pull request?

To summarize unresolved PR comments, fetch the review feedback via GitHub CLI commands, group the threads, and read referenced files locally to pre-investigate each issue. This generates a structured summary of actionable items and critical threads to triage code reviews efficiently.

What is the best way to triage pull request feedback and determine the next steps?

The best way to triage PR feedback is to group unresolved review comments, pre-investigate referenced files locally, and categorize each issue. Based on this context, you can then propose guided next steps to fix, further investigate, or clarify the specific code review threads.

Does this PR review summarization tool support filtering feedback by a specific reviewer?

Yes, the PR review summarization tool supports filtering feedback by a specific reviewer or by PR number. This is achieved by passing targeted parameters to the underlying GitHub CLI commands used to fetch the pull request comments and reviews.

Can I pre-investigate code review issues locally before deciding how to resolve them?

Yes, you can pre-investigate code review issues locally by reading the referenced files directly from your local repository. This mechanism helps determine the appropriate action for each issue before proposing next steps to fix, investigate, or clarify the unresolved PR comments.

Do I need the GitHub CLI installed to fetch and triage unresolved PR comments?

Yes, you need the GitHub CLI installed and authenticated because the tool relies on GH CLI commands to fetch PR comments and reviews. This dependency allows the workflow to retrieve unresolved inline feedback directly from your GitHub pull requests for local summarization.