feature-video

Record browser walkthroughs and embed MP4 videos into GitHub PR descriptions.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/vib795/copilot-anatomy --skill feature-video-vib795
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/vib795/copilot-anatomy/tree/main/.github/skills/feature-video
Command: npx skills add https://github.com/vib795/copilot-anatomy --skill feature-video-vib795

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams frequently need to communicate UI changes or feature behavior that is hard to convey with text alone. This Skill automates recording a browser walkthrough, encoding it into a shareable MP4, and embedding a native video in the PR description so reviewers can see the feature in action without leaving the PR flow.

Core Features & Use Cases

  • End-to-end walkthroughs: capture browser interactions, stitch screenshots into a single MP4, and attach it to the PR.
  • GitHub-native embedding: uploads produce a native inline video in the PR to improve review clarity.
  • Flexible PR handling: supports draft PR creation and record-only modes when a PR is not yet available, and guides error handling and retries.

Quick Start

Record a browser walkthrough of the feature and attach the resulting video to the PR.

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 browser walkthrough and embed the video in a GitHub PR?

Recording a browser walkthrough for a PR is automated by capturing interactions, encoding them into an MP4, and uploading the file to embed a native inline video directly within the GitHub PR description.

Do I need ffmpeg and gh installed to record feature videos for pull requests?

Yes, recording feature videos for pull requests requires local tooling including ffmpeg for video encoding, agent-browser for capture, and gh for GitHub PR context management and uploading.

Can I record a UI demo video before creating a pull request?

Yes, you can record a UI demo video before creating a pull request using the record-only mode, which captures the walkthrough independently and supports draft PR creation when you are ready to attach it.

What is the best way to show UI changes to PR reviewers without leaving the GitHub flow?

The best way to show UI changes within the GitHub flow is attaching a native video to the PR description, allowing reviewers to see the feature in action directly inline without navigating away.

How does automated PR video capture handle errors and retries during browser recording?

Automated PR video capture handles errors during browser recording by managing run contexts, applying basic error handling, and guiding retries to ensure the walkthrough is successfully encoded and attached.