get-pr-comments
Fetch and summarize review comments from the active pull request
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/cursor-team-kit/skills/get-pr-comments ~/.claude/skills/get-pr-comments
From README
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
More from this repo
check-compiler-errors
Used to run compile and type-check commands and report failures
control-cli
Used to build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external...
control-ui
Used to build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI.