What problem does it solve? Writing structured codebase walkthroughs by hand is slow and error-prone, and tours with wrong file paths or line numbers mislead readers. This Skill automates the creation of CodeTour .tour files that anchor every step to verified locations in the repository. ## Core Features & Use Cases - Persona-targeted tours: Infers the right audience (new joiner, PR reviewer, architect, security reviewer, RCA investigator, and more) and adjusts depth from quick (5-8 steps) to deep (14-18 steps). - Verified anchors: Reads actual source files so every file path and line number in the tour is confirmed to exist before writing. - Narrative structure: Applies the SMIG formula (Situation, Mechanism, Implication, Gotcha) and a defined narrative arc so tours read as stories, not file listings. - Use Case: A maintainer asks for an onboarding tour for new contributors; the Skill explores the repo, maps the architecture, and writes a .tours/new-joiner-onboarding.tour file that opens directly in the VS Code CodeTour extension. ## Quick Start Ask the assistant to create an onboarding code tour of this repository for a new joiner.