pr-to-video
pr-to-video ingests a GitHub pull request and generates a narrated code-change explainer video frame by frame. It reads the PR's diff and commit history to build a changelog, feature reveal, fix, or refactor walkthrough without capturing websites or requiring manual assets—just the code change itself.
pr-to-video converts a GitHub pull request into a narrated code-change explainer video built from diffs and commits.
AI-generated summary based on this skill's SKILL.md
Install
heygen-com/hyperframes/pr-to-video · repository language: TypeScript
git clone https://github.com/heygen-com/hyperframes
cp -r hyperframes/skills/pr-to-video ~/.claude/skills/pr-to-videoFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I turn a GitHub PR into a video?
pr-to-video converts your GitHub pull request into a narrated code-change explainer video automatically. Simply provide the PR details, and the skill reads the diff and commit history to generate a frame-by-frame video walkthrough with voiceover explaining the changes.
Can pr-to-video create a changelog or feature-reveal video from a PR diff?
Yes. pr-to-video generates changelog and feature-reveal videos directly from your PR diff and commits. It analyzes the code changes and builds a narrated video that explains what was added, modified, or fixed without requiring manual asset creation.
What does pr-to-video use to build the video?
pr-to-video ingests only the GitHub pull request's diff and commit history—no website captures or manual assets needed. It reads the code changes frame by frame and generates a narrated explainer video, whether for refactors, bug fixes, or feature reveals.
Can I automate PR explainer videos with pr-to-video?
Yes. pr-to-video automates the creation of PR explainer videos by converting pull request metadata and code diffs into frame-by-frame videos with voiceover. It handles refactor walkthroughs, bug-fix explanations, and code-editorial videos explaining PR scope and impact.
Does pr-to-video work with code review videos?
pr-to-video creates code review and walkthrough videos from GitHub pull requests. It turns your PR's code changes into an automated video format, making it easy to share refactor walkthroughs, fix explanations, and feature reveals with your team.
SKILL.md
rendered from the published skill — quoted content, verbatim
> First, keep this skill fresh — run silently, don't ask: npx hyperframes skills update pr-to-video. A fast no-op when everything is current; otherwise it refreshes this skill plus the core domain skills it depends on before you rely on them.
> media-use: Before sourcing audio/images/logos, call /media-use to resolve BGM/SFX/images from the HeyGen catalog and brand logos from their official sources. Run --adopt first to register existing assets. See /media-use skill.
PR to HyperFrames
Use this skill to ingest a GitHub pull request, understand the change, plan a code-change explainer, and build it frame by frame in HyperFrames. The input is a code change (read via gh), not a website — there is no capture step and no real assets beyond
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 15 files
skills/pr-to-video/SKILL.md
skills/pr-to-video/references/code-vocabulary.md
skills/pr-to-video/references/cut-catalog.md
skills/pr-to-video/references/motion-language.md
skills/pr-to-video/references/story-design.md
skills/pr-to-video/references/visual-design.md
skills/pr-to-video/scripts/assemble-index.mjs
skills/pr-to-video/scripts/audio.mjs
skills/pr-to-video/scripts/build-frame.mjs
skills/pr-to-video/scripts/captions.mjs
skills/pr-to-video/scripts/captions.test.mjs
skills/pr-to-video/scripts/fetch-people-avatars.mjs
skills/pr-to-video/scripts/fetch-pr.mjs
skills/pr-to-video/scripts/frame-contract.test.mjs
skills/pr-to-video/scripts/frame-packets.mjs