What problem does it solve? Turning a merged or proposed code change into a clear video explanation normally requires manual screen recording, editing, and narration work. This Skill automates that pipeline: it ingests a GitHub pull request, plans a storyboard from the diff, and renders a finished MP4 explainer. ## Core Features & Use Cases - Deterministic PR ingestion: Fetches PR metadata, the full diff (paginated for large PRs), and contributor avatars using the GitHub CLI, with no website capture step. - Storyboard and script generation: Plans a changelog, feature-reveal, fix-explainer, or refactor-walkthrough narrative with real diff hunks, then generates narration, word timings, BGM, and SFX. - Frame building and rendering: Dispatches bounded frame workers to build HTML compositions, assembles captions and transitions, and renders the final video via the HyperFrames CLI. - Use Case: Given a PR URL like owner/repo#1842, produce a narrated 1080p video walking reviewers or users through what changed, with code-diff visuals and a contributor credits close. ## Quick Start Turn this GitHub pull request into a short explainer video using the pr-to-video skill.