From u
Fetch all PR comments, reviews, and review threads in a single GraphQL call. Use when you need to check PR feedback, address review comments, see review status, or understand what reviewers are asking for on a pull request.
How this skill is triggered — by the user, by Claude, or both
Slash command
/u:pr-commentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch and display all comments, reviews, and review threads for a pull request.
Fetch and display all comments, reviews, and review threads for a pull request.
Uses a single GraphQL query via scripts/fetch-pr-comments.sh in this skill's directory.
Run the script, passing an optional PR number or URL. If omitted, it detects the PR from the current branch.
!${CLAUDE_PLUGIN_ROOT}/skills/pr-comments/scripts/fetch-pr-comments.sh $ARGUMENTS 2>&1
Adapt your presentation based on context.
path:lineThe query fetches up to 100 review threads, 50 reviews, 100 comments, and 100 files.
Each connection includes totalCount. If totalCount exceeds the number of returned
nodes, warn the user that some data was not fetched.
gh auth status).You can help the user with any of the following based on the fetched data:
npx claudepluginhub tgvashworth/agent-plugins --plugin uFetches, organizes, and presents GitHub PR comments—issue-level, review bodies, inline—grouped by human/bot with extracted must-fix/optional actionable items.
Fetches unresolved GitHub PR review comments via script, analyzes against current code by file, categorizes as 'should address' or 'can ignore', and summarizes fixes.
Fetches unresolved GitHub PR review comments, filtered by author/reviewer role and recency (last-review or date). Use to address feedback, check resolutions, or resume PR work.