get-pr-comments

Summarize active pull request review comments into a prioritized action list.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill get-pr-comments-kscius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-pr-comments
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/get-pr-comments
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill get-pr-comments-kscius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch and summarize review comments from the active pull request.

Core Features & Use Cases

  • Group feedback by severity and actionability for quick triage.
  • Produce a concise action list and flag open questions for clarification.
  • Use across active PR review workflows to accelerate merging decisions.

Quick Start

Resolve the active PR, fetch the review and discussion comments, and return a prioritized list of actions.

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 pull request comments into an action plan?

To summarize pull request comments into an action plan, you need a tool that aggregates review and discussion feedback, groups it by severity and actionability, and returns a prioritized list of actions to accelerate merging decisions.

What is the best way to triage code review feedback by severity?

Triage code review feedback by severity using a summarization workflow that fetches PR comments and organizes them based on their actionability, which surfaces the most critical feedback first for quick resolution.

How do I aggregate open questions from PR review comments?

You aggregate open questions from PR review comments by resolving the active pull request, fetching all discussion threads, and flagging the specific comments that require clarification before merging.

Does this PR comment summarization work across different repositories?

Yes, this PR comment summarization applies to code review workflows across repositories, meaning it can resolve the active pull request and fetch comments regardless of the specific repository in use.

Can I get a prioritized action list from GitHub PR discussions?

You can get a prioritized action list from GitHub PR discussions by implementing a deterministic workflow that fetches both review and discussion comments, groups the feedback, and outputs a concise action list.