feature-video

Record a video walkthrough and add it to a pull request description.

240|75|Updated Jul 13, 2023
One-click install
npx skills add https://github.com/udecode/plate-playground-template --skill feature-video-udecode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/udecode/plate-playground-template/tree/main/.codex/skills/feature-video
Command: npx skills add https://github.com/udecode/plate-playground-template --skill feature-video-udecode

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of video walkthroughs for new features, streamlining the process of documenting changes for pull requests and team communication.

Core Features & Use Cases

  • Automated Recording: Captures browser interactions to demonstrate feature usage.
  • Video Generation: Compiles recorded steps into shareable video or GIF formats.
  • PR Integration: Automatically updates pull request descriptions with video links.
  • Use Case: A developer finishes a new feature and needs to create a quick demo for the PR. This Skill records the user flow, generates a video, and adds it to the PR description, saving manual effort and improving review clarity.

Quick Start

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

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, you can automate browser interaction recording, compile the video using ffmpeg, and update the PR description with an embedded video link via the GitHub CLI.

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

Automating feature demo recording for GitHub PRs involves orchestrating an agent-browser to capture interactions, compiling the output into a video, and automatically embedding the cloud-hosted link into the PR description.

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

Yes, you need ffmpeg for video compilation, agent-browser for recording browser interactions, gh for updating PR descriptions, and rclone for cloud storage uploads to fully automate the feature video workflow.

Can I automatically upload a feature demo video and link it in a PR?

Yes, you can automatically upload a feature demo video to cloud storage using rclone and embed the resulting shareable link directly into the pull request description using the GitHub CLI.

How does automated video generation work for pull request documentation?

Automated video generation for PR documentation works by gathering PR context, planning the video flow, recording browser interactions, and compiling the recorded steps into a shareable video or GIF format.