mcpbeat Sign in

Get Pr Comments Skill for Claude

Fetch and summarize review comments from the active pull request

132 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
255
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/michael-denyer/pstack-claude --skill get-pr-comments

The instruction itself

4 sections, as written by the author

Get PR comments

Trigger

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

Workflow

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

Output

  • Grouped feedback summary
  • Action list ordered by priority
  • Open questions that still need clarification

How to use it

Copy the folder

Take michael-denyer/get-pr-comments from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.