What problem does it solve? Reviewing a code change without context is slow and error-prone. This Skill walks a human reviewer through any change — a PR, commit, branch, or spec — in a structured sequence: orientation, design walkthrough, risk detail pass, manual testing suggestions, and a final approve/rework decision. ## Core Features & Use Cases - Guided Review Trail: Builds or loads a Suggested Review Order of path:line stops grouped by design concern, so reviewers see the highest-leverage code first. - Risk Spot Detection: Scans diffs for auth, schema, billing, security, and config changes, surfacing the spots where a mistake has the highest blast radius. - Decision Workflow: Ends with an explicit approve, rework, or discuss decision, including optional PR approval via gh and interactive patching. - Use Case: A developer finishes a feature branch and says "walk me through this change" — the Skill identifies the change, summarizes intent and surface area stats, then leads the reviewer through each concern step by step. ## Quick Start Ask the assistant to run a checkpoint review of the current branch or a specific PR, then follow the guided walkthrough steps.