What problem does it solve? Creating guided code review walkthroughs by hand is slow and error-prone, especially when the output must conform to a strict JSON schema consumed by the Forge Neovim plugin. This Skill automates the generation, regeneration, validation, and repair of .walkthrough.json artifacts directly from repository changes. ## Core Features & Use Cases - Subagent-Based Generation: Dispatches the full walkthrough workflow to a walkthrough-writer subagent, keeping semantic discovery, patch extraction, and schema validation out of the parent context. - Schema Validation & Repair: Validates artifacts against walkthrough.schema.json and routes repairable errors back to the same subagent to preserve cached repository context. - Use Case: After making local modifications to a repository, ask for a review walkthrough and receive a schema-valid .walkthrough.json at the repository root, ready for the Forge Neovim plugin's guided review navigation. ## Quick Start Generate a Forge walkthrough artifact for the current repository changes and validate it against the walkthrough schema.