What problem does it solve? Understanding a code change—whether a diff, commit, branch, or pull request—often requires digging through files and reconstructing context manually. This Skill produces a rich, self-contained explanation page that teaches the change so the reader can explain it back in their own words. ## Core Features & Use Cases - Structured Explanation Page: Builds a single HTML artifact with four sections—Background, Intuition, Code walkthrough grouped by idea, and an interactive five-question quiz. - Diagrams and Interactivity: Requires three to six inline SVG or HTML diagrams (UI sketches, data-flow diagrams, before/after pairs) plus a scored multiple-choice quiz with per-question feedback. - Publishing Workflow: Writes the dated file to the active context directory and publishes it via the Artifact tool, with links to the source PR or ticket in the masthead. - Use Case: After finishing a branch, ask for an explanation of the work; you receive a published page with background context, a concrete example, a grouped code walkthrough, and a quiz to verify understanding. ## Quick Start Ask the assistant to explain the changes on the current branch or a specific pull request and publish the explanation as an interactive page.