PR Overview Fetch a GitHub PR, review it through multiple specialized agents (read-only), collect any unresolved comments, and produce a self-contained HTML overview at in the repo root so the user can read it in a browser. This skill never modifies code, never commits, never pushes, and never resolves comment threads. It only produces an overview. For a workflow that also applies fixes, use ; for one that addresses reviewer comments, use . Phase 1: Fetch the PR Resolve which PR to look at, in this order: - An explicit number, URL, or branch name from the user - Otherwise the PR for the curre…