๐ŸŽฏ

pr-to-video

๐ŸŽฏSkill

from heygen-com/hyperframes

VibeIndex|
What it does
|

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 gh CLI (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)

pr-to-video

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add heygen-com/hyperframes --skill pr-to-video
skills.sh Installโš  Installs to .agents/skills/
npx skills add heygen-com/hyperframes --skill pr-to-video
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/pr-to-video/SKILL.md

SKILL.md

128,790Installs
-
AddedJun 18, 2026

More from this repository10

๐ŸŽฏ
hyperframes-cli๐ŸŽฏSkill

CLI tool for the Hyperframes video rendering framework that provides commands to create, preview, lint, and render HTML-based video compositions to MP4.

๐ŸŽฏ
hyperframes๐ŸŽฏSkill

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.

๐ŸŽฏ
hyperframes-registry๐ŸŽฏSkill

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.

๐ŸŽฏ
remotion-to-hyperframes๐ŸŽฏSkill

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.

๐ŸŽฏ
hyperframes-core๐ŸŽฏSkill

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.

๐ŸŽฏ
hyperframes-animation๐ŸŽฏSkill

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.

๐ŸŽฏ
hyperframes-creative๐ŸŽฏSkill

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.

๐ŸŽฏ
media-use๐ŸŽฏSkill

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.

๐ŸŽฏ
hyperframes-media๐ŸŽฏSkill

A media framework by HeyGen for building interactive video experiences with composable frames and real-time rendering capabilities.

๐ŸŽฏ
general-video๐ŸŽฏSkill

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.