PR Review
Open the current branch's GitHub PR in the pair-review web UI.
Steps
- Call the
mcp__pair-review__get_server_infotool to get the server URL. - Determine the GitHub owner, repo, and PR number for the current branch.
- Open the browser:
open "{url}/pr/{owner}/{repo}/{number}"
Error handling
- If
get_server_infofails, tell the user to start pair-review first:npx @in-the-loop-labs/pair-review --mcp - If no PR exists for the current branch, tell the user.
