feature-video

Automate browser recording, video encoding, and PR annotation for walkthrough demos.

25|15|Updated Aug 2, 2021
One-click install
npx skills add https://github.com/JesusFilm/core --skill feature-video-jesusfilm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/JesusFilm/core/tree/main/.claude/skills/feature-video
Command: npx skills add https://github.com/JesusFilm/core --skill feature-video-jesusfilm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recording clear, repeatable feature walkthroughs for pull requests is time-consuming and error-prone; this skill automates end-to-end video capture, hosting, and PR annotation to ensure consistent demos.

Core Features & Use Cases

  • Record browser interactions using agent-browser to capture realistic feature flows.
  • Encode and publish videos to a public hosting service or cloud storage for easy sharing.
  • Update PR descriptions with a clickable GIF preview and a link to the full video to accelerate reviews.

Quick Start

Run the feature-video command on the target PR to start recording, publish the video, and update the PR with a demo link.

Frequently Asked Questions about feature-video

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

FAQPage Schema
How do I automatically record and attach a video demo to a pull request?

To attach a video demo to a pull request, you can automate the entire process using browser-based recording, video encoding, and cloud uploading. This updates the PR body directly with a clickable GIF preview and a link to the hosted feature walkthrough.

What is the best way to create feature walkthrough videos for frontend changes and design reviews?

Creating feature walkthrough videos for frontend changes is best handled by automating browser interaction recordings. This approach captures realistic feature flows, encodes the video, publishes it to cloud storage, and annotates the PR for design reviews.

Can I use ffmpeg and rclone to encode and publish PR demos automatically?

Yes, you can use ffmpeg and rclone to handle the video encoding and cloud publishing steps for PR demos. The workflow applies these tools to process browser recordings and upload the final video to a public hosting service for easy sharing.

Does feature-video work with standard GitHub PR workflows for bug fixes?

Feature-video works with standard GitHub PR workflows for bug fixes, frontend changes, and design reviews. It orchestrates context gathering, video generation, and public hosting to update the PR description with a demo link automatically.

Why should I add a GIF preview and video link to my PR description?

Adding a GIF preview and video link to your PR description accelerates code reviews by providing clear, visual feature walkthroughs. This ensures consistent demos without the time-consuming and error-prone process of manual screen recording.