get-pr-comments

Fetch pull request comments and build an action list from human feedback.

23|3|Updated May 17, 2024
One-click install
npx skills add https://github.com/johnend/dots --skill get-pr-comments-johnend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-pr-comments
Source: https://github.com/johnend/dots/tree/main/common/.ai/skills/get-pr-comments
Command: npx skills add https://github.com/johnend/dots --skill get-pr-comments-johnend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches review and discussion comments for the active pull request and converts human feedback into a concise action list for the author and team.

Core Features & Use Cases

  • Collects inline review comments, PR discussion comments, and review summaries from the active PR.
  • Excludes bot accounts and the PR author's comments from pattern analysis while still listing all feedback in the action items.
  • Maintains and updates per-reviewer notes in a vault to preserve historical feedback context.

Quick Start

Summarize feedback on the active PR and update reviewer vault.

Frequently Asked Questions about get-pr-comments

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

FAQPage Schema
How do I summarize GitHub PR comments into an action list?

To summarize GitHub PR comments into an action list, this skill fetches review and discussion comments from the active pull request and converts human feedback into concise action items for the author.

Can I track reviewer feedback patterns across multiple pull requests?

Yes, you can track reviewer feedback patterns by loading existing pattern data, classifying human comments into a predefined taxonomy, and updating per-reviewer vault records to preserve historical feedback context.

How do I aggregate inline code review comments and PR discussion threads?

Aggregating inline code review comments and PR discussion threads involves collecting both from the active branch, along with review summaries, while excluding bot accounts and the PR author from pattern analysis.

Does this PR feedback tool exclude the author's own comments from pattern tracking?

Yes, this PR feedback tool excludes the pull request author's comments and bot accounts from pattern analysis while still listing all human feedback in the generated action items.

What is the best way to extract actionable items from GitHub pull request reviews?

The best way to extract actionable items from GitHub pull request reviews is to fetch both inline and discussion comments on the active branch, classify human feedback into a taxonomy, and generate a concise action list.