feature-video

Records browser interactions and embeds video walkthroughs in pull request descriptions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of video walk-throughs for features in a PR, reducing the time and effort required to create documentation.

Core Features & Use Cases

  • Automated Video Creation: Records a browser interaction to demonstrate a feature.
  • PR Integration: Embeds the video in the PR description for documentation.
  • Use Case: When working on a new feature, this Skill can be used to record a video walk-through and automatically add it to the PR description, simplifying the review process.

Quick Start

Record a video walkthrough of the feature and add it to the PR description using the command /feature-video.

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 PR description automatically?

Video walkthroughs automate browser interactions to demonstrate a feature, reducing manual effort. They are needed when you want to visually document software behavior for code review and embed it in a PR.

Does feature-video use ffmpeg for processing browser recordings?

Feature-video requires agent-browser for browser interaction, ffmpeg for video processing, and git for PR operations. You must have these dependencies installed to execute the automated recording workflow.

Can I embed automated feature demonstrations in code review documentation?

You can generate a feature video walkthrough by running the `/feature-video` command. This triggers browser automation to record the feature and embeds the video in the PR description.

What is the best way to generate a feature video walkthrough for a PR?

The best way to generate a feature video walkthrough for a PR is to automate browser recording and PR embedding. This approach eliminates manual screen recording and manual video linking in code reviews.