From pair-review
Opens current branch's GitHub PR in pair-review web UI to browse diffs, leave comments, and trigger analysis manually. Use for 'review this PR' or 'open PR review' requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pair-review:prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open the current branch's GitHub PR in the pair-review web UI.
Open the current branch's GitHub PR in the pair-review web UI.
mcp__pair-review__get_server_info tool to get the server URL.open "{url}/pr/{owner}/{repo}/{number}"get_server_info fails, tell the user to start pair-review first: npx @in-the-loop-labs/pair-review --mcpnpx claudepluginhub in-the-loop-labs/pair-review --plugin pair-reviewOpens pair-review web UI in browser to display uncommitted changes from current directory for manual diff review, comments, and optional AI analysis triggered by user.
Orchestrates PR reviews by validating comments, categorizing findings, fixing or deferring issues, and chaining to implementation for substantial fixes. Handles GitHub/Bitbucket PRs.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.