What problem does it solve? Reviewing GitHub pull requests thoroughly requires checking diffs, CI results, and multiple code lenses, which is slow and error-prone when done manually. This Skill automates the entire review by dispatching a specialized agent that produces a structured report with severity-labeled findings and a verdict. ## Core Features & Use Cases - Agent-Dispatched PR Review: Launches the github-pr-reviewer agent in an isolated worktree to analyze the PR with multi-lens fan-out and CI cross-referencing. - Structured Reports: Writes findings to .mz/reviews/ with Critical/severity labels and a VERDICT line for quick decision-making. - Robust Escalation: Validates PR accessibility via gh, MCP GitHub tools, or the REST API, and escalates ambiguous or blocked cases instead of guessing. - Use Case: Given a PR URL like https://github.com/owner/repo/pull/123, run the review and receive a report path plus the count of Critical findings before merging. ## Quick Start Ask the assistant to review the pull request at https://github.com/owner/repo/pull/123 and show the verdict and critical findings.