feature-video

Record browser interactions into MP4 videos and embed them in GitHub PR descriptions.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill feature-video-all-the-vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/feature-video
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill feature-video-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Record browser-driven feature demonstrations as PR video walkthroughs and automatically attach them to PR descriptions for reviewer clarity.

Core Features & Use Cases

  • Record browser interactions, stitch screenshots into a video, encode as MP4, and embed in PR descriptions.
  • Upload videos to GitHub as a native attachment and reference them in the PR body.
  • Manage per-run contexts with unique RUN_IDs and provide end-to-end coverage from recording to PR update.

Quick Start

Run /feature-video to start a recording for the current PR and generate an embeddable demo video.

Frequently Asked Questions about feature-video

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

FAQPage Schema
How do I record a feature walkthrough video for a GitHub PR?

Run /feature-video to capture browser interactions, encode them into an MP4 video, and automatically embed the feature walkthrough in the GitHub PR description for reviewer clarity.

What dependencies do I need to generate PR demo videos?

Generating PR demo videos requires agent-browser to capture interactions, ffmpeg to encode the MP4 video, and gh CLI to upload the attachment and update the PR description.

Can I attach MP4 video walkthroughs directly to GitHub PR descriptions?

Yes, this approach uploads the encoded MP4 video to GitHub as a native attachment and updates the PR body to reference the embedded demo video for reviewer clarity.

When should I add a video walkthrough to a pull request?

Add a video walkthrough to a pull request when visual demonstrations of feature changes across branches and environments enhance code review, onboarding, or QA processes.

Does recording browser interactions for PR demos manage separate run contexts?

Yes, recording browser interactions for PR demos manages per-run contexts using unique RUN_IDs to provide end-to-end coverage from initial capture to the final PR description update.