feature-walkthrough

Generate walkthrough videos from Playwright test suites using ffmpeg and ImageMagick.

1|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/bryonjacob/aug --skill feature-walkthrough
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-walkthrough
Source: https://github.com/bryonjacob/aug/tree/main/aug-dev/skills/feature-walkthrough
Command: npx skills add https://github.com/bryonjacob/aug --skill feature-walkthrough

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate polished walkthrough videos from Playwright test suites to showcase features, onboarding flows, or documentation activities.

Core Features & Use Cases

  • Automatically record sequential Playwright tests into a final walkthrough video with themed title cards.
  • Create title cards, slow down footage for readability, and concatenate clips into a cohesive demo.
  • Use for feature walkthroughs, onboarding, and developer documentation.

Quick Start

Install prerequisites: Playwright, ffmpeg, and ImageMagick. Then run the feature-walkthrough workflow against your Playwright test suite to produce a final video. The output will be stored in a configured working directory and can be retrieved from there.

Frequently Asked Questions about feature-walkthrough

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

FAQPage Schema
How do I generate a walkthrough video from Playwright tests?

You can generate a walkthrough video by running a feature-walkthrough workflow against your Playwright test suite, which sequentially executes tests, captures footage, adds title cards, slows down playback, and concatenates the clips into a final video.

What tools do I need to create onboarding videos from Playwright test suites?

To create onboarding videos from Playwright test suites, you need Playwright for test execution, ffmpeg for video processing and concatenation, and ImageMagick for generating themed title cards.

Can I add title cards and slow down footage in Playwright video recordings?

Yes, you can add title cards and slow down footage in Playwright video recordings by automating the process with ffmpeg for playback speed adjustment and ImageMagick for title card generation.

What is the best way to automate feature demonstrations for developer documentation?

The best way to automate feature demonstrations for developer documentation is converting sequential Playwright test executions into cohesive walkthrough videos with themed title cards and slowed playback for readability.

Where are the generated walkthrough video files stored?

The generated walkthrough video files and intermediate artifacts are stored in a structured temporary working directory, from which you can retrieve the final concatenated video output.

Does this approach work for onboarding guides and feature demonstrations?

Yes, this approach works for onboarding guides and feature demonstrations by processing sequential Playwright tests into polished walkthrough videos with title cards and adjusted playback speeds.