What problem does it solve? Reviewing a pull request often requires repeated back-and-forth passes with full PR context, and manually assembling the diff, comments, and review history for each pass is tedious. This Skill automates that gathering and launches an interactive review session that persists across follow-up questions. ## Core Features & Use Cases - Automated PR context gathering: Fetches PR metadata, diff, issue comments, inline review comments, and review history via the GitHub CLI. - Model continuity: Detects the most recent local pi session for the working directory and reuses its active model and thinking level for the review. - Interactive tmux review sessions: Launches a detached tmux session running pi with the PR context preloaded, so follow-up questions continue in the same pane; a one-shot --print mode is available for single passes. - Use Case: After finishing a feature with /prd-done, run the script with the PR URL to get a structured review (summary, severity-bucketed findings, questions, next steps), then attach to the tmux session to ask follow-up questions before merging. ## Quick Start Ask the assistant to review a GitHub pull request by providing its URL, for example by saying to review PR https://github.com/owner/repo/pull/123 with a focus on tests and documentation.