pr-walkthrough

Generate a narrated video walkthrough of a GitHub pull request.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ilamanov/skills --skill pr-walkthrough-ilamanov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-walkthrough
Source: https://github.com/ilamanov/skills/tree/main/.agents/skills/pr-walkthrough
Command: npx skills add https://github.com/ilamanov/skills --skill pr-walkthrough-ilamanov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, git, markdown, ffmpeg, whisper, hyperframes, and includes scripts (resource) and video (resource) components.

What problem does it solve?

This Skill generates a narrated video walkthrough of a GitHub pull request, providing a concise, informative summary of the code changes and their reasoning.

Core Features & Use Cases

  • Narrated Video Walkthrough: Create a detailed, narrated video that explains the changes in a pull request.
  • Code Slides: Highlight specific code changes and explain them in the video.
  • Audio Narration: Provide voice-over explanation of the code changes and reasoning.
  • Use Case: For a pull request that adds a new feature or fixes a bug, this Skill can quickly summarize the changes and provide context for team members or stakeholders who may not be familiar with the codebase.

Quick Start

Create a walkthrough video for pull request 'https://github.com/tldraw/tldraw/pull/7924'.

Frequently Asked Questions about pr-walkthrough

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a video walkthrough of a GitHub pull request?

To create a video walkthrough of a GitHub pull request, you need a tool that fetches PR details via the GitHub API and processes code changes into narrated video slides using Python libraries like ffmpeg and whisper.

Can I add audio narration to code slides from a pull request automatically?

Yes, you can automatically add audio narration to code slides from a pull request by using a Python script that leverages the Whisper library for voice-over generation and ffmpeg for video rendering.

Does generating a pull request video walkthrough require GitHub API access?

Generating a pull request video walkthrough does require GitHub API access to fetch the PR details, along with a local Python environment configured with specific libraries like git, markdown, and hyperframes.

What is the best way to summarize code changes for stakeholders unfamiliar with the codebase?

The best way to summarize code changes for stakeholders unfamiliar with the codebase is generating a narrated video walkthrough that highlights specific code modifications and explains the reasoning behind the updates.

What Python dependencies do I need to render a narrated code review video?

To render a narrated code review video, you need the Python dependencies requests, git, markdown, ffmpeg, whisper, and hyperframes to fetch data, process content, and compile the final video output.