What problem does it solve? Reviewing large or multi-repo pull requests is time-consuming, and dumping every nit at once overwhelms both reviewer and author. This Skill guides a senior engineer through a PR one abstraction layer at a time, building an accurate mental model first and surfacing only genuinely interesting findings and questions. ## Core Features & Use Cases - Layered review flow: Starts with a high-level summary of what the change does and how, then descends into concepts/naming, implementation, and deep code-quality audit only when asked. - Multi-PR support: Treats a frontend + backend PR pair as one logical change, focusing on the contract between them. - Comment-ready output: Turns numbered findings into ready-to-paste GitHub inline comments with clickable deep links to exact diff lines. - Use Case: You receive a backend PR and its frontend counterpart. Run the Skill with both URLs to get a concise mental model, 5-10 sharp questions for the author, and then drill into implementation details only where it matters. ## Quick Start Ask the assistant to review these pull requests by running /pr-review followed by one or more GitHub PR URLs.