What problem does it solve? Turning a merged pull request into a clear, shareable video explanation normally requires manual scripting, recording, and editing. This Skill automates the entire pipeline: it reads a GitHub PR via the gh CLI, designs a story from the diff, generates narration audio and background music, builds animated scenes, and renders a finished MP4. ## Core Features & Use Cases - PR Ingest via gh CLI: Pulls PR title, body, diff, commits, files, and +/- stats, plus contributor avatars for an optional credits scene — no website scraping involved. - Deterministic Pipeline Stages: Story design, audio synthesis (HeyGen, ElevenLabs, or local Kokoro TTS), caption grouping, scene composition, and final assembly are driven by scripts and subagents with validation gates at each step. - Styled Output: Uses the claude design preset with code-window, before-after, and diff-highlight scenes; supports landscape, portrait, and square aspect ratios. - Use Case: A developer advocate wants a 60-second changelog video for PR #1187. They provide the PR URL, confirm the brief, and the pipeline produces a narrated explainer video showing what shipped and why. ## Quick Start Ask the assistant to turn the GitHub pull request at a given URL into a short explainer video, then answer the one-round brief about angle, audience, and length.