agentsclimarketplace

Get pr comments

Skill giostriquer/agent-workshop/plugins/toolkit/skills/get-pr-comments

Fetch and summarize review comments from the active pull request. Use when you need a concise, actionable summary of feedback on the active PR.From its SKILL.md

Install
npx -y skills add giostriquer/agent-workshop --skill get-pr-comments

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 321 tokens by cl100k_base, as published. Nobody here has run it

Get PR Comments

Trigger

Use when you need a concise, actionable summary of feedback on the active pull request.

Workflow

  1. Resolve the active PR for the current branch: gh pr view --json number,url,headRefName,state.
  2. Fetch the feedback:
    • Conversation comments and review summaries: gh pr view --json comments,reviews.
    • Inline review comments on the diff: gh api repos/{owner}/{repo}/pulls/{number}/comments.
  3. Group the feedback by severity (blocking / should-fix / nit) and actionability (a clear change requested vs. an open question).
  4. Return a concise action list ordered by priority, plus the questions that still need a human answer.

Output

  • Grouped feedback summary (by severity / actionability).
  • Action list ordered by priority.
  • Open questions that still need clarification.

Boundaries

  • Do NOT reply to, resolve, react to, or otherwise respond to any PR comment unless the user explicitly asks you to. This skill reads and summarizes feedback — it never posts a reply, resolves a thread, adds a reaction, or comments on the PR on its own. Posting any response requires an explicit, per-action instruction from the user.
  • Read-only otherwise: it does not edit code, push, or change PR state. Acting on the feedback is a separate step the user directs.
  • If there is no active PR for the branch, or gh is unauthenticated, say so plainly rather than guessing.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.