What problem does it solve? Reviewing a code change without context is slow and error-prone. This Skill walks a human reviewer through a change step by step — what it is for, which code locations matter most, where the risks are, and how to observe the behavior — so review decisions are grounded in the actual diff. ## Core Features & Use Cases - Guided Review Trail: Builds a concern-based walkthrough from a spec's Suggested Review Order or generates one from the git diff, with clickable path:line stops. - Risk Spot Detection: Surfaces high blast-radius changes across auth, schema, billing, security, config, and public API categories without assigning severity scores. - Manual Testing Suggestions: Proposes concrete actions and expected observable results for UI, CLI, API, and state changes. - Use Case: After a teammate opens a PR for an auth refactor, trigger the walkthrough to get the intent summary, surface-area stats, an ordered review trail, risk spots like token validation changes, and commands to verify the new behavior before approving. ## Quick Start Ask the assistant to walk you through the current branch or a specific PR for human review.