What problem does it solve? Confirming a reported admin UI bug requires a running demo, an authenticated session, and a repeatable way to drive the interface. This Skill automates that reproduction workflow so a maintainer gets verified evidence instead of unverified guesses. ## Core Features & Use Cases - Automated demo boot: Starts the EmDash demo dev server with bgproc and waits for the port to open before proceeding. - Authenticated browser driving: Uses the dev-bypass endpoint to create a session, then drives the React admin through agent-browser with accessibility-tree refs. - Evidence capture: Takes screenshots at meaningful steps, monitors console and runtime errors, and produces a replayable transcript of the exact reproduction steps. - Use Case: A GitHub issue reports that saving a collection item in the admin shows a blank panel. Use this Skill to boot the demo, follow the reporter's steps in a headless browser, confirm the broken state, and return screenshots plus a step-by-step transcript. ## Quick Start Reproduce the admin UI bug described in this issue by booting the demo, driving the admin with agent-browser, and capturing screenshots of the broken state.