What problem does it solve? Reviewing a code change without structure leads to missed risks and shallow approvals. This Skill walks a human reviewer through a change step by step — from understanding intent, to a concern-based walkthrough, to risk surfacing, to hands-on verification — so the review decision is informed. ## Core Features & Use Cases - Change Orientation: Identifies the change from PRs, commits, branches, specs, or sprint status, then summarizes intent and surface-area stats (files, modules, boundary crossings). - Guided Walkthrough: Organizes the diff by design concern with clickable path:line stops, generating a review trail when the author didn't provide one. - Risk & Testing Passes: Surfaces high-blast-radius spots (auth, schema, billing, security) and suggests concrete ways to observe the changed behavior manually. - Use Case: After a teammate opens a PR, say "walk me through this change" and get a structured review trail ending in an approve, rework, or discuss decision. ## Quick Start Ask the assistant to walk you through the current branch or a specific PR as a checkpoint review.