Skip to content
Development
Skill

/get-pr-comments

Fetch and summarize review comments from the active pull request

From plugin
cursor-plugins
2.6k82 skills12 agents
Install
$ npx -y skills add cursor/plugins --skill get-pr-comments --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/get-pr-comments

Context preview

The summary Claude sees to decide when to auto-load this skill.

Fetch and summarize review comments from the active pull request

SKILL.md

get-pr-comments.SKILL.md
name: get-pr-comments
description: Fetch and summarize review comments from the active pull request

Get PR comments

Trigger

Need a concise, actionable summary of feedback on the active pull request.

Workflow

1. Resolve the active PR for the current branch. 2. Fetch review comments and discussion comments. 3. Group feedback by severity and actionability. 4. Return a concise action list.

Output

  • Grouped feedback summary
  • Action list ordered by priority
  • Open questions that still need clarification
Ships withcursor-plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Get the whole plugin