Help us improve
Share bugs, ideas, or general feedback.
From pair-review
Fetches human review comments from pair-review for local changes or GitHub PRs and applies code changes to address each one. Useful for iterating on reviewer feedback.
npx claudepluginhub in-the-loop-labs/pair-review --plugin pair-reviewHow this skill is triggered — by the user, by Claude, or both
Slash command
/pair-review:user-criticThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch human-curated review comments from pair-review and make code changes to address each one.
Walks through code review comments one at a time, triaging each with the user before making any code changes. Supports review.jsonl, GitHub PRs, documents, and conversation input.
Addresses code review feedback by validating issues, fixing valid ones, and batch-committing changes. Handles local agent feedback or GitHub PR threads via /fix-code-review-feedback or auto-invocation.
Fetches GitHub PR review feedback, triages comments as valid/stale/incorrect, implements fixes, verifies with tests, and drafts replies.
Share bugs, ideas, or general feedback.
Fetch human-curated review comments from pair-review and make code changes to address each one.
Determine whether this is a local review or a PR review:
repo and prNumber params.path (absolute cwd) and headSha (git rev-parse HEAD) params.Call mcp__pair-review__get_user_comments with the review context params.
If no comments are returned, tell the user there's nothing to address.
For each comment returned:
After addressing all comments, provide a summary: