ce-demo-reel

Automate capture of GIFs, terminal recordings, and screenshots for PR evidence.

14|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/Ouro-labs/ouroboros-plugins --skill ce-demo-reel-ouro-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-demo-reel
Source: https://github.com/Ouro-labs/ouroboros-plugins/tree/main/plugins/compound-engineering/assets/skills/ce-demo-reel
Command: npx skills add https://github.com/Ouro-labs/ouroboros-plugins --skill ce-demo-reel-ouro-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the capture of visual demonstrations for PR descriptions, streamlining the process of shipping UI changes, CLI features, and observable behavior with evidence.

Core Features & Use Cases

  • Visual Evidence Capture: Capture GIFs, terminal recordings, or screenshots for PRs, showcasing changes visually.
  • Automatic Project Type Detection: Automatically identifies the project type (web app, CLI tool, etc.) for appropriate evidence capture.
  • Feature Exercise and Verification: Verifies that the feature works before capturing evidence to ensure accuracy.
  • Tier Selection and Capture: Recommends and executes the best capture method (browser reel, terminal recording, screenshot reel, etc.) based on project type and feature.
  • Upload and Approval: Uploads captured evidence for review and approval before embedding in PR descriptions.

Quick Start

To capture a visual demo reel for your PR, run the ce-demo-reel skill with the feature description as an argument: ce-demo-reel "the new settings page".

Frequently Asked Questions about ce-demo-reel

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

FAQPage Schema
How do I automatically capture visual evidence for a pull request?

You can capture visual PR evidence by running a command with your feature description to automatically generate GIFs, terminal recordings, or screenshots. It detects the project type, verifies the feature, and selects the best capture method for your UI or CLI changes.

What is the best way to generate terminal recordings for a CLI feature demonstration?

Generating terminal recordings for a CLI feature is best handled by using vhs to automate the capture process. The system identifies your project as a CLI tool, verifies the feature behavior, and records the terminal session for your PR.

Do I need agent-browser and ffmpeg installed to capture UI demo reels?

Yes, capturing UI demo reels requires agent-browser, vhs, silicon, and ffmpeg to handle browser interaction, terminal recording, and video processing. These dependencies are necessary to automate the capture and generation of visual evidence for your PR.

Can I automatically attach visual demonstrations to my PR descriptions?

You can attach visual demonstrations to PR descriptions by uploading captured GIFs, screenshots, or terminal recordings for review and approval. Once approved, the visual evidence is embedded directly into the PR description to showcase your changes.

Does automated PR evidence capture work for both web applications and CLI tools?

Automated PR evidence capture works for both web applications and CLI tools by automatically detecting the project type. It recommends and executes the best capture method, such as browser reels for web apps and terminal recordings for CLI features.