What problem does it solve? New engineers, reviewers, and investigators often struggle to navigate an unfamiliar codebase, and flat explanations in chat are not reusable. This Skill produces structured CodeTour .tour files that open directly to real files and line ranges, giving each reader a guided, verifiable path through the code. ## Core Features & Use Cases - Persona-Targeted Tours: Infers the reader (new-joiner, architect, pr-reviewer, rca-investigator, security-reviewer, and more) and adjusts step count and depth accordingly. - Verified Anchors: Requires every file path, line number, selection, or pattern anchor to be confirmed against the actual repository before writing. - Narrative Structure: Enforces a story arc (orientation, module map, core execution path, gotcha, next steps) using the SMIG writing rule for each step description. - Use Case: A maintainer asks for an onboarding tour of a payments service; the Skill explores the repo, verifies anchors, and writes .tours/new-joiner-payments.tour with steps anchored to the entry point, routes, and service logic. ## Quick Start Ask the AI to create an onboarding code tour of the authentication module as a CodeTour .tour file.