From pair-review
Opens 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pair-review:localThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open the current working directory in the pair-review web UI for local code review.
Open the current working directory in the pair-review web UI for local code review.
mcp__pair-review__get_server_info tool to get the server URL.open "{url}/local?path={encoded_path}"If get_server_info fails or the MCP server is not connected, tell the user to start pair-review first:
npx @in-the-loop-labs/pair-review --mcp
npx claudepluginhub in-the-loop-labs/pair-review --plugin pair-reviewOpens 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.
Self-review code changes using GitHub-style visual diff viewer (difit). Add comments on specific lines in browser; comments output to Claude for applying edits via git diff.
Open the native, Monaco-powered diff review window so the user can leave inline / file-level / overall comments on the current changes (the AI slop), then address each comment. Use this when the user asks to "review my changes", "review the slop", "review my diff", "open a diff review", "open the review window", "get feedback on my work", "do a PR-style review", "show me what I changed and let me comment", or types `@slop-review` explicitly. Defaults to a PR-style review of all commits + uncommitted changes since the merge-base with the auto-detected base branch (origin/HEAD → origin/main → main → origin/master → master); also supports last-commit, uncommitted, and all-files modes.