feature-video

Record and upload video walkthroughs of software features for Pull Request descriptions.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill feature-video-jimmychen-nxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard/tree/main/.github/skills/feature-video
Command: npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill feature-video-jimmychen-nxp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, ffmpeg, rclone, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and embedding of video walkthroughs for new features directly into Pull Request descriptions, enhancing communication and review efficiency.

Core Features & Use Cases

  • Automated Video Recording: Captures browser interactions to demonstrate feature functionality.
  • PR Description Integration: Uploads videos and embeds them or links to them within the PR description.
  • Use Case: A developer finishes a new feature and wants to quickly show its functionality to reviewers. They run this Skill, which records a short demo, uploads it, and adds a link/embed to the PR.

Quick Start

Use the feature-video skill to record a walkthrough for the current PR.

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 video walkthrough for a Pull Request description?

To record a video walkthrough for a Pull Request, you can automate browser interaction capture and upload the resulting video directly into the PR description. This Skill uses agent-browser and ffmpeg to record feature demonstrations and updates the PR via GitHub CLI.

What is the best way to automate feature demos for GitHub PRs?

Automating feature demos for GitHub PRs involves recording browser interactions and embedding the video in the PR description. This Skill captures navigation and success states using agent-browser, encodes it with ffmpeg, and integrates it with the GitHub CLI.

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

Yes, you need ffmpeg and agent-browser to record PR walkthroughs with this Skill. It relies on agent-browser to capture browser interactions and ffmpeg to process the video before uploading it to cloud storage and updating the PR via GitHub CLI.

How does video integration in a PR description work?

Video integration in a PR description works by uploading the recorded walkthrough to cloud storage and embedding or linking the video URL in the PR body. This Skill automates the upload process using rclone and updates the PR description using the GitHub CLI.

Can I use rclone to upload PR demo videos to cloud storage?

Yes, you can use rclone to upload PR demo videos to cloud storage. This Skill uses rclone to handle the video file upload, generating a link that is then embedded into the GitHub Pull Request description for reviewer access.