skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
cursor/plugins863 installs

get-pr-comments

Fetch and summarize review comments from the active pull request

How do I install this agent skill?

npx skills add https://github.com/cursor/plugins --skill get-pr-comments
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill fetches and summarizes pull request comments. It is susceptible to indirect prompt injection if an attacker leaves malicious instructions in a PR comment.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • Runlayerpass

    1 file scanned · No issues

What does this agent skill do?

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

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/cursor/plugins/get-pr-comments">View get-pr-comments on skillZs</a>