feature-video

Create MP4 video walkthroughs of GitHub pull requests and upload them.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/kenhia/kdeskdash --skill feature-video-kenhia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/kenhia/kdeskdash/tree/main/.github/skills/feature-video
Command: npx skills add https://github.com/kenhia/kdeskdash --skill feature-video-kenhia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, ffmpeg, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of video walkthroughs for pull requests, reducing the need for manual video creation and improving collaboration among team members.

Core Features & Use Cases

  • Automated Video Creation: Generate video walkthroughs of features in pull requests, showcasing changes and updates.
  • Integration with GitHub: Seamlessly integrate with GitHub to upload videos directly into pull request descriptions.
  • Use Case: When a developer submits a pull request with new features, this Skill can automatically create a video demonstration that is embedded directly into the PR, making it easier for other team members to review the changes.

Quick Start

Use the feature-video skill with the PR number or a path to a video file.

Frequently Asked Questions about feature-video

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

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

Automatically create a video walkthrough for a GitHub pull request by capturing browser interactions and screenshots, encoding them into MP4 format, and uploading the video directly into the PR description. This integration relies on agent-browser, ffmpeg, and gh.

Can I embed video demonstrations directly into my GitHub PR descriptions?

Embed video demonstrations directly into your GitHub PR descriptions using this Skill's GitHub integration via the gh CLI. It automates the capture of browser interactions, encodes them into MP4 format, and uploads the result to the pull request.

What tools do I need to automate video creation from browser interactions?

To automate video creation from browser interactions, you need agent-browser for browser automation, ffmpeg for encoding captures into MP4 format, and gh for GitHub API interactions to upload the video into the pull request.

What is the best way to improve PR review collaboration through visual demonstrations?

Improve PR review collaboration through visual demonstrations by generating automated video walkthroughs of new features. This replaces manual video creation by capturing browser interactions and screenshots, encoding them into MP4s, and embedding them directly into the PR.

Does this automated video walkthrough tool work with existing GitHub workflows?

This automated video walkthrough tool works with existing GitHub workflows by using the gh CLI to inject MP4 video captures directly into pull request descriptions. It requires agent-browser for capturing interactions and ffmpeg for video encoding.

How do I generate an MP4 video from browser screenshots for a code review?

Generate an MP4 video from browser screenshots for a code review by using agent-browser to automate browser interactions and capture screenshots, then leveraging ffmpeg to encode these captures into a video walkthrough embedded directly into the GitHub pull request.