What problem does it solve? Reviewing a pull request requires gathering PR metadata, verifying the local checkout matches the PR head, resolving linked tickets, and analyzing the diff against specifications. This Skill automates that orchestration so a PR review runs consistently regardless of platform. ## Core Features & Use Cases - Platform detection and delegation: Detects GitHub or Bitbucket from preferences, git remotes, or the PR URL, then dispatches to the matching delegate (review-gh-pr or review-bb-pr) to fetch PR metadata and verify HEAD matches the PR's head commit. - Shared review process: Invokes review-branch's diff analysis, finding generation, and "Specification compliance" rendering with resolved inputs, evaluating the implementation against both the ticket and the PR description. - Use Case: After running gh pr checkout 1024, invoke the review with the PR number to produce a saved review artifact with findings, scoring, and next steps such as posting findings on the PR. ## Quick Start Check out the pull request branch locally, then ask the agent to review PR 1024 with an optional diff base or ticket override.