pr-to-video
๐ฏSkillfrom heygen-com/hyperframes
A Claude Code skill that transforms GitHub pull requests into polished code-change explainer videos, ingesting PR diffs, commits, and file stats via the gh CLI and rendering them as before-after, diff-highlight, and impact scenes.
Overview
pr-to-video is a Claude Code orchestration skill from the HeyGen Hyperframes suite that converts any GitHub pull request into a narrated code-change explainer video. It reads PR metadata (title, body, diff, commits, file-tree stats) using the gh CLI, generates a narrator script and audio track (voice + background music), then renders scenes showing before-after comparisons, diff highlights, and impact summaries. The default output targets 30-90 seconds with a warm editorial "claude" style preset featuring a navy code window.
Key Features
- PR-native ingest pipeline - Reads pull request data directly via
ghCLI (no browser scraping or headless Chrome required); captures diff patches, commit history, file-level additions/deletions, and contributor avatars - Multi-phase orchestration - Runs init, ingest, design-system, story-design, narration, audio, and rendering phases with subagent dispatch supporting parallel fan-out and concurrency caps
- Automatic story design - Analyzes the PR diff to determine which code changes are most visually interesting and structures them into before-after, diff-highlight, file-tree, and impact explainer scenes
- Configurable output - Default length up to ~3 minutes (sweet spot 30-90s); longer exhaustive walkthroughs delegate to
/general-video - Smart routing - Validates input is a genuine PR (not a marketing site or general topic) and redirects to appropriate sibling skills (
/product-launch-video,/website-to-video,/faceless-explainer) when needed
Who is this for?
- DevRel teams who want to produce changelog and release-note videos automatically from merged PRs
- Open-source maintainers looking to create visual explanations of significant contributions for community updates
- Engineering teams that need quick walkthrough videos of code changes for async code review or onboarding
- Developer advocates and content creators who regularly produce "what shipped this week" video content
Same repository
heygen-com/hyperframes(48 items)
Installation
npx vibeindex add heygen-com/hyperframes --skill pr-to-videonpx skills add heygen-com/hyperframes --skill pr-to-video~/.claude/skills/pr-to-video/SKILL.mdSKILL.md
More from this repository10
CLI tool for the Hyperframes video rendering framework that provides commands to create, preview, lint, and render HTML-based video compositions to MP4.
Skill for authoring HTML-based video compositions with the Hyperframes framework, covering captions, TTS, audio-reactive animation, and transitions for AI agent-driven video creation.
Skill for installing blocks and components into Hyperframes projects via the `hyperframes add` command, providing access to 50+ ready-to-use overlays, shader transitions, and data visualizations.
A skill for the HyperFrames open-source video rendering framework that teaches AI agents to write correct HTML-based video compositions and GSAP animations, enabling them to render video from HTML code.
The foundational technical contract for HyperFrames HTML video compositions, defining data attributes, clip/track structure, sub-compositions, variables, media playback, deterministic rendering rules, and project validation.
Comprehensive animation skill for HyperFrames providing atomic motion rules, multi-phase scene blueprints, scene transitions, motion-design techniques, and seven runtime adapters including GSAP, Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, and TypeGPU.
Non-animation creative direction for HyperFrames videos covering design specs, color palettes, typography, narration scripting, beat planning, audio-reactive visuals, composition patterns, and brand/style decisions.
Resolves media needs (background music, sound effects, images, icons) into frozen local files by searching the HeyGen catalog, downloading the best match, and registering it in a manifest. One resolve command handles the full cascade from cache lookup to provider search to file freezing.
A media framework by HeyGen for building interactive video experiences with composable frames and real-time rendering capabilities.
A fallback HyperFrames composition authoring skill for custom video creation when no specialized workflow fits. Handles multi-scene pieces, brand reels, montages, title cards, motion posters, static loops, and freeform compositions at any length or format.