feature-video

Capture browser interactions and append demo videos to pull request descriptions.

12|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/jikig-ai/soleur --skill feature-video-jikig-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-video
Source: https://github.com/jikig-ai/soleur/tree/main/plugins/soleur/skills/feature-video
Command: npx skills add https://github.com/jikig-ai/soleur --skill feature-video-jikig-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Recording clear, repeatable feature walkthroughs for pull requests can be time-consuming and inconsistent; this skill automates browser-based capture, demo generation, and PR updates to streamline PR reviews.

Core Features & Use Cases

  • Record browser interactions using the agent-browser CLI to demonstrate complete user flows.
  • Generate video or GIF demos when ffmpeg is available, improving PR visuals.
  • Optional uploads to cloud storage via rclone for easy sharing and archiving.
  • Update the PR description with a demo section that links to the produced output.

Quick Start

Run /feature-video to record a demo video 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 automate feature walkthrough video creation for pull requests?

Automating feature walkthrough video creation for pull requests involves capturing browser interactions to record user flows, converting them to video or GIF, and appending the demo to the PR description. This streamlines PR reviews.

Do I need ffmpeg and rclone to record demo videos for PRs?

You do not strictly need ffmpeg and rclone to record demo videos for PRs. The skill checks dependencies and gracefully degrades; ffmpeg enables video or GIF generation, while rclone handles optional cloud storage uploads.

What is the best way to add a demo video to a pull request description?

The best way to add a demo video to a pull request description is to automate browser-based capture of the feature flow, generate the media file, and directly update the PR description with a section linking to the produced output.

Can I use agent-browser to capture interactions and generate a GIF demo?

Yes, you can use agent-browser to capture interactions and generate a GIF demo. The skill uses agent-browser to record user flows, leveraging ffmpeg to convert the capture into video or GIF format when available.

How does this skill handle missing dependencies like ffmpeg during PR demo generation?

PR demo generation handles missing dependencies like ffmpeg by gracefully degrading its functionality. It checks for optional tools, skips video or GIF conversion if ffmpeg is unavailable, and still attempts to complete the browser capture workflow.