feature-video

Record browser walkthroughs and attach MP4 and GIF previews to GitHub pull requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Andreicr1/Netz-Private-Credit-OS --skill feature-video-andreicr1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/Andreicr1/Netz-Private-Credit-OS/tree/main/.github/skills/feature-video
Command: npx skills add https://github.com/Andreicr1/Netz-Private-Credit-OS --skill feature-video-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates concise visual demonstrations for pull requests so reviewers can quickly understand UI changes without running the app or reading long textual descriptions.

Core Features & Use Cases

  • Record browser interactions and capture sequential screenshots to illustrate user flows.
  • Assemble high-quality MP4 videos and lightweight preview GIFs using ffmpeg and agent-browser.
  • Upload artifacts to public storage (for example R2) and validate URLs, then update the GitHub PR description with an embedded preview that links to the full video.
  • Use cases include feature demos for reviewers, QA walkthroughs, before/after bug demonstrations, and stakeholder previews for UI changes.

Quick Start

Use the feature-video skill to record a short walkthrough of the current PR, upload the MP4 and preview GIF to your configured public storage, and add a GIF-linked demo 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 a feature walkthrough video and attach it to a GitHub pull request?▼

To record a feature walkthrough video for a GitHub pull request, this Skill captures browser screenshots via agent-browser, composes an MP4 with ffmpeg, and updates the PR description with the embedded visual demonstration.

What is the best way to add a visual UI demonstration to a PR for reviewer feedback?▼

Adding a visual UI demonstration to a PR is best done by recording sequential browser interactions, generating a lightweight GIF preview with ffmpeg, and embedding that linked preview in the GitHub PR description.

Can I use rclone to upload MP4 demo videos to R2-compatible storage for PR reviews?▼

Yes, you can use rclone to upload MP4 demo videos to R2-compatible public storage, and the Skill validates those public URLs before updating the GitHub PR description with the linked demo.

Do I need ffmpeg and agent-browser to create concise PR demo videos?▼

Yes, you need ffmpeg and agent-browser to create PR demo videos, as agent-browser captures the browser screenshots and ffmpeg assembles those captures into high-quality MP4 videos and lightweight GIF previews.

When do I need to attach a feature walkthrough video to a pull request?▼

You need to attach a feature walkthrough video to a pull request when reviewers must quickly understand UI changes, verify QA walkthroughs, or evaluate before/after bug demonstrations without running the application locally.

Does the feature-video Skill validate public URLs before updating the PR description?▼

Yes, the feature-video Skill validates public URLs of the uploaded MP4 and GIF artifacts before updating the GitHub PR description to ensure reviewers can access the embedded visual demonstration.