What problem does it solve? Understanding a large code change, branch, or pull request often requires digging through surrounding code and reconstructing context manually. This Skill produces a rich, self-contained HTML explanation page so readers can grasp the background, intuition, and code changes of a diff without prior familiarity. ## Core Features & Use Cases - Structured Explanation Sections: Generates background, intuition, code walkthrough, quiz, and glossary sections for any code change. - Interactive Quiz: Includes five multiple-choice questions with click-to-reveal correctness feedback to verify reader comprehension. - Reusable HTML Template: Builds on a bundled template with dark-mode CSS, auto-generated table of contents, callouts, and responsive styling. - Use Case: After opening a complex pull request, ask for an explanation and receive a single HTML file (saved outside the repo with a date-prefixed filename) that you can share with teammates for onboarding or review. ## Quick Start Explain the changes in this pull request as an interactive HTML page using the explain-diff-html skill.