feature-video

Record browser interactions into videos and embed them in GitHub pull request descriptions.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill feature-video-valegrajales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/valegrajales/agentic-retrieval-example/tree/main/.github/skills/feature-video
Command: npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill feature-video-valegrajales

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of recording a video walkthrough of a feature, embedding it in the PR description, and managing video uploads, enabling smooth and effective feature demonstration in pull requests.

Core Features & Use Cases

  • Automated Video Recording: Records a browser interaction and generates a video from screenshots.
  • PR Integration: Embeds the generated video directly into a pull request description.
  • Customization: Allows users to specify the PR number, a local video file, or a base URL for the recording.
  • Use Case: When a developer needs to showcase a feature they've added, they can use this Skill to record a video walkthrough that can be directly linked within the PR.

Quick Start

Use the feature-video skill to record a video walkthrough of your feature PR by providing the PR number.

Frequently Asked Questions about feature-video

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

FAQPage Schema
How do I automate video creation for a GitHub PR description?

To automate video creation for a GitHub PR, you can use a Skill that records browser interactions into a video and embeds it directly into the pull request description using the gh CLI. You simply provide the PR number to generate and attach the walkthrough.

Can I embed a local video file into a pull request instead of recording one?

Yes, you can embed a local video file into a pull request. The feature-video automation allows users to specify a local video file, a base URL for recording, or a PR number to customize how the video walkthrough is generated and linked.

Do I need ffmpeg and agent-browser to record browser interactions for PRs?

Yes, you need ffmpeg and agent-browser to record browser interactions for PRs. The Skill requires agent-browser for browser automation, ffmpeg for video processing from screenshots, and gh for GitHub API interactions to update the PR description.

What is the best way to visually demonstrate a feature in a pull request?

The best way to visually demonstrate a feature in a pull request is to automate a browser interaction recording. This generates a video walkthrough from screenshots and embeds the video directly within the PR description to enhance communication for developers.

When should I use automated video walkthroughs in pull requests?

You should use automated video walkthroughs in pull requests when you need to showcase a newly added feature. Recording a video walkthrough and embedding it in the PR description provides smooth and effective feature demonstration for team members reviewing the code.