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-commentsIs 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
- 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 can the creator link this skill?
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>