feature-video

Record a feature walkthrough video and append it to the PR description.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill feature-video-drhazemibclc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/feature-video
Command: npx skills add https://github.com/drhazemibclc/plate --skill feature-video-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often need a clear, visual explanation of a feature to accompany PRs. This Skill records a guided video walkthrough that demonstrates the feature end-to-end and updates the PR description with a link to the video for reviewers.

Core Features & Use Cases

  • Record browser interactions using the agent-browser CLI
  • Demonstrate the complete user flow
  • Upload the video for easy sharing
  • Update the PR description with an embedded video

Quick Start

Run the feature-video command for the target PR to generate a demo video 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 add a video walkthrough to a pull request description?

To add a video walkthrough to a pull request, the Skill records your browser interactions demonstrating the feature end-to-end, uploads the recording, and updates the PR description with the embedded video link for reviewers to watch.

What is the best way to visually demonstrate a feature for PR reviewers?

The best way to visually demonstrate a feature is creating a guided video walkthrough that captures the complete user flow, uploads the video for easy sharing, and appends the link directly to the PR description for stakeholder communications.

How does automated PR demo video generation work?

Automated PR demo video generation works by using the agent-browser CLI to record browser interactions, uploading the captured video to the cloud, and updating the pull request metadata with the video link and an optional preview GIF.

Can I generate a preview GIF for a GitHub pull request demo?

Yes, you can generate an optional preview GIF for a GitHub pull request demo, which is attached alongside the uploaded video link in the PR description to provide reviewers with a quick visual demonstration.

Do I need the agent-browser CLI to record PR walkthroughs?

Yes, you need the agent-browser CLI to record PR walkthroughs, as it is the specific tool used to capture browser interactions and demonstrate the complete user flow for the feature video.

When should I create video walkthroughs for pull requests?

You should create video walkthroughs for pull requests during feature handoffs, PR documentation, and stakeholder communications, providing a clear visual explanation to accompany the code changes.