What problem does it solve? Reviewing your own branch before a PR often means dumping a raw diff on a colleague or skimming changes without context. This Skill turns local changes into a structured, interactive walkthrough where the agent acts as the author, explaining each change with intent, decision points, and scrutiny areas. ## Core Features & Use Cases - Context Gathering: Reads merge-base, commit messages, linked tickets, plans, and surrounding code before showing any diff. - Tour Planning: Groups changed files into logical 2-5 minute chunks ordered by narrative, dependency, or user-facing flow. - Gated Presentation: Shows one chunk at a time and only advances on explicit reviewer choices (Move on, I have questions, Flag for follow-up). - Feedback Capture: Saves a structured feedback document with open items and file/line references to user state, outside the repo. - Use Case: Before opening a PR, ask the agent to walk you through your branch; it explains each change like the author sitting next to you, answers questions, and produces a feedback doc you can act on later. ## Quick Start Ask the agent to walk you through the changes on your current branch before opening a pull request.