feature-video

Record browser interactions and assemble a feature walkthrough video for pull requests.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/The-Rabak/naysmith --skill feature-video-the-rabak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/The-Rabak/naysmith/tree/main/.github/skills/feature-video
Command: npx skills add https://github.com/The-Rabak/naysmith --skill feature-video-the-rabak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly create in-context feature walkthrough videos for PRs, saving time on documentation and improving clarity.

Core Features & Use Cases

  • Video Capture: Records browser interactions and user flows for a feature.
  • Automation Steps: Guides through argument parsing, context gathering, and flow planning to produce a professional demo.
  • PR Integration: Uploads to cloud storage and inserts a demo link or GIF into PR descriptions for reviewers.

Quick Start

Record a short feature walkthrough video for the current PR and attach it 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 create a feature walkthrough video for a pull request?

Create a feature walkthrough video by recording browser interactions, editing the capture with ffmpeg, and embedding the demo link into the PR description. This automates documentation and clarifies feature changes for reviewers.

Do I need ffmpeg and agent-browser to record PR demo videos?

Yes, ffmpeg and agent-browser are required local tooling to record browser interactions and assemble the PR demo video. Optional cloud upload is supported via rclone to generate shareable demo links.

Can I automate adding a demo video to a PR or MR description?

Automate PR demo embedding by uploading the generated walkthrough to cloud storage and inserting the resulting link or GIF into the PR description or MR notes. This ensures reviewers see the feature context immediately.

What is the best way to document web project features visually in pull requests?

The best way to visually document web features is recording an automated feature walkthrough from browser interactions. It covers setup, recording, and editing to produce a professional demo for PR review.

How does automated video capture work for feature walkthroughs?

Automated feature walkthrough capture works by parsing arguments, gathering context, planning the user flow, and recording browser interactions. It then assembles the clips into a polished demo video for documentation.