Help us improve
Share bugs, ideas, or general feedback.
From pull-request
Follows up on GitHub/GitLab PR/MR review threads: classifies unresolved/replied/resolved/silent states, checks commit coverage for fixes, drafts replies. Use for checking feedback responses or thread resolutions.
npx claudepluginhub bendrucker/claude --plugin pull-requestHow this skill is triggered — by the user, by Claude, or both
Slash command
/pull-request:follow-upThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow up on review feedback for: $ARGUMENTS
Follows up on reviewed PRs/MRs: fetches and classifies review threads (unresolved, replied, silent resolves), checks commit coverage, summarizes status, suggests approve/re-review/comment.
Fetches and filters PR review comments, extracts outside-diff-range feedback from review bodies, and resolves threads with proper attribution. Useful when addressing CodeRabbit, Cursor, or human reviewer feedback.
Fetches GitHub PR review threads and top-level comments including resolved ones, synthesizes into asked/done/outstanding buckets, generates per-thread action plans with grouped commits. Supports --focus and --resolve flags.
Share bugs, ideas, or general feedback.
Follow up on review feedback for: $ARGUMENTS
Parse the URL from $ARGUMENTS to determine the platform. GitHub URLs contain github.com, GitLab URLs contain the GitLab instance hostname.
Gather all resolvable discussion threads (both resolved and unresolved).
GitHub: Use the github:pr-comments skill's script to fetch threads. Run with --role author to get all unresolved threads. For resolved threads, use the GraphQL API via gh api graphql to query pullRequest.reviewThreads with both isResolved: true and isResolved: false.
GitLab: Use the gitlab:merge-request skill's discussions script to fetch threads. Run with --resolvable to get all resolvable discussions, then partition by resolution state.
Sort each thread into one of four buckets:
Show a table with counts per category. List each unresolved thread with the file, line, and a one-line summary of the feedback.
For unresolved threads, check whether subsequent commits addressed the feedback by examining the diff between the review comment's creation date and HEAD. Indicate which threads appear addressed by code changes vs. which still need action.
Help draft follow-up replies for threads that need responses. See replies.md for tone guidelines.