feature-video

Record browser interactions, generate MP4 videos, and embed them in GitHub pull request descriptions.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Bradliebs/VolumeTurtle --skill feature-video-bradliebs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/Bradliebs/VolumeTurtle/tree/main/.github/skills/feature-video
Command: npx skills add https://github.com/Bradliebs/VolumeTurtle --skill feature-video-bradliebs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Record a video walkthrough of a feature, stitch screenshots into an MP4 video, upload natively to GitHub, and embed in the PR description, improving reviewer understanding of changes.

Core Features & Use Cases

  • Record a complete PR walkthrough by capturing browser interactions, generating an MP4, and attaching it to the PR description as a native asset.
  • Manage a per-run workflow that handles prerequisites (ffmpeg, agent-browser, gh), authentication, and cleanup to ensure repeatable demos.
  • Update the PR with a Demo section linking to the uploaded video, enabling inline playback for reviewers.

Quick Start

Run the feature-video command for a PR to start recording and automatically attach the resulting video to the PR description.

Frequently Asked Questions about feature-video

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

FAQPage Schema
How do I automate recording a video walkthrough for a GitHub PR?▼

You can automate a PR video walkthrough by capturing browser interactions, stitching screenshots into an MP4, and uploading it natively to GitHub. The feature-video Skill handles this entire flow, updating the PR description with inline video playback for reviewers.

What tools do I need to attach a video demo to a pull request?▼

To attach a video demo to a pull request, you need ffmpeg, agent-browser, and the GitHub CLI installed. These tools enable the automated workflow to capture screenshots, encode video, and upload assets directly to the GitHub PR description.

Can I generate MP4 videos from screenshots in a CI environment?▼

Yes, you can generate MP4 videos from screenshots in a CI environment. The Skill manages a per-run workflow that handles prerequisites, authentication, and cleanup, ensuring repeatable PR demos across both local and CI environments.

What is the best way to add inline video playback to a PR description?▼

The best way to add inline video playback is to upload the MP4 as a native asset to GitHub and update the PR body. The Skill creates a Demo section in the PR description, linking the uploaded video so reviewers can watch it inline.

How does automated browser recording work for validating UI flows?▼

Automated browser recording for UI flows works by using agent-browser to capture interactions and screenshots during a feature walkthrough. The Skill then uses ffmpeg to encode these captures into an MP4 video, which is uploaded and embedded in the PR description.