What problem does it solve? Reviewers often cannot see how a UI change actually behaves from code diffs alone, and manually recording, encoding, and uploading demo videos to pull requests is tedious. This Skill automates the entire flow from browser recording to an inline video player in the PR description. ## Core Features & Use Cases - Automated Browser Recording: Drives agent-browser through a planned shot list, capturing sequential screenshots of the feature in action. - Video Encoding & Native Upload: Stitches screenshots into an MP4 with ffmpeg and uploads via GitHub's attachment pipeline so the video renders as an inline player. - Flexible Modes: Supports recording for the current branch's PR, a specific PR number, record-only mode without a PR, and upload-only resume from an existing .mp4 file. - Use Case: After finishing a UI change on a feature branch, run the Skill to record a 20-second walkthrough of the new flow and have it appear in the PR description as a playable video for reviewers. ## Quick Start Ask the assistant to record a video walkthrough of the current branch's feature and add it to the pull request description.