feature-video

Record browser walkthrough videos and embed them into GitHub PR descriptions.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/jaydubya818/New_baseline --skill feature-video-jaydubya818
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/jaydubya818/New_baseline/tree/main/skills/compound-engineering/plugins/compound-engineering/skills/feature-video
Command: npx skills add https://github.com/jaydubya818/New_baseline --skill feature-video-jaydubya818

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and embedding of PR walkthrough videos, enabling reviewers to see features and changes without leaving the PR.

Core Features & Use Cases

  • Automated recording workflow: orchestrates browser-based video capture, encoding with ffmpeg, and per-run context directories.
  • PR integration: uploads the video as a native GitHub asset and embeds it in the PR description for easy review.
  • Prerequisites and guardrails: checks for required tools (ffmpeg, agent-browser, gh) and provides guidance if missing.
  • Use Case: you recently implemented a feature and want to demonstrate the end-to-end behavior in the PR without lengthy explanations.

Quick Start

Start a video walkthrough for the current PR and attach the resulting video file 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 record and embed a feature walkthrough video into a GitHub pull request?

To record and embed a feature walkthrough video in a pull request, you can automate the browser-based capture, encode it with ffmpeg, and upload it as a native GitHub asset directly in the PR description. This allows reviewers to see changes without leaving the PR.

Do I need ffmpeg and gh installed to automate PR video recording?

Yes, you need ffmpeg, agent-browser, and gh installed to automate PR video recording. The workflow includes prerequisite guardrails that check for these required tools and provide setup guidance if any are missing.

What is the best way to demonstrate feature changes visually for code reviewers?

The best way to demonstrate feature changes visually is to attach a feature demo video to the PR description. This embeds the end-to-end behavior directly in the review context, replacing lengthy explanations with a visual walkthrough.

How does automated video capture handle per-run directories and PR updates?

Automated video capture manages per-run context directories to organize recordings and handles pull request updates automatically. It orchestrates the full workflow from browser recording to video upload and PR description modification.

Can I use this workflow to record demos for any pull request?

You can apply this workflow to PR scenarios that require visual demos. It is designed to cover the full process from recording the feature to uploading the video and updating the PR description for any pull request needing visual context.

Why attach a feature demo video instead of writing a long PR description?

Attaching a feature demo video enables reviewers to see features and changes without leaving the PR, solving the problem of lengthy text explanations. It provides an automated, visual end-to-end behavior walkthrough directly in the review interface.