What problem does it solve? Explaining code changes to non-terminal audiences like product managers, QA, or stakeholders is hard when the only artifact is a raw git diff or chat message. This Skill turns diffs, PRs, branch comparisons, and commit histories into polished, self-contained HTML review documents with progressive disclosure that survive beyond the chat window. ## Core Features & Use Cases - Structured HTML reviews: Produces an executive summary, before/after impact table, commit evolution arc, expandable per-file breakdowns, and a caveats & tradeoffs callout. - Tone calibration: Asks the user to choose between deeply technical, highly technical but understandable, or accessible business-focused registers, then holds that tone across every section. - Rigorous diff analysis: Audits commit history for reverts, WIP commits, and missing tests; checks whether signature, import, or permission changes break code outside the diff; and scans for security risk signals. - Wrapper script: Uses scripts/html_wrap.py to inject a stylesheet with dark mode, print support, and reduced-motion handling into the authored HTML fragment. - Use Case: After finishing a feature branch, ask for a shareable HTML review of the PR to attach to a ticket so stakeholders can scan the summary and expand file details on demand. ## Quick Start Ask the agent to create a self-contained HTML review document explaining the diff of your current branch or pull request, then pick a tone when prompted.