What problem does it solve? Verifying how a frontend change actually looks on a PR or branch normally requires manually checking out code, starting servers, seeding data, and navigating to the right page. This Skill automates that workflow by guiding the choice between Storybook and a local dev instance, then driving a browser to capture the screenshot. ## Core Features & Use Cases - Storybook path: Checks out the PR branch, finds or creates a .stories.tsx file, launches Storybook (port 6006, or the UI-only config on port 6008), derives the story ID, and screenshots the isolated component with mock data. - Local dev path: Verifies seed data coverage in postgres/seed.sql and postgres/seeds/*.csv before starting the local dev environment, then navigates to the target page and captures the screenshot. - Viewport and overlay handling: Sets exact viewport widths (including a phone-width iframe workaround), dismisses Vite error overlays, and waits for story-specific elements before capturing. - Use Case: A reviewer asks "show me what the new guardrail wizard looks like on this PR" — the Skill checks out the branch, renders the component in Storybook, and delivers a full-viewport screenshot in under a minute. ## Quick Start Take a screenshot of the frontend change on this PR so I can see what the new component looks like.