What problem does it solve? Confirming a reported bug on the public-facing rendered site is slow and error-prone when done by hand, and unverified reproductions waste maintainer time. This Skill boots a local EmDash demo, drives the public routes with a browser agent, and produces a replayable transcript with screenshots as durable evidence. ## Core Features & Use Cases - Guided reproduction workflow: Re-reads the issue, picks an appropriate demo, seeds content via the EmDash CLI, and starts the dev server on localhost:4321. - Browser-driven verification: Uses agent-browser to open affected routes, inspect the accessibility tree, capture console and runtime errors, and take screenshots at meaningful states. - Structured output: Returns whether the bug was reproduced, skip reasons when reproduction is impossible, and a precise step-by-step transcript with artifact paths. - Use Case: A reporter files an issue that the RSS feed returns broken markup for a specific locale. You select a multi-locale demo, open the feed URL in the browser, capture the malformed output, and hand maintainers an exact replayable sequence. ## Quick Start Reproduce the public-site bug described in this issue by booting the demo and driving the affected route with agent-browser, then report screenshots and replayable steps.