What problem does it solve? When editing UI code mid-task, you need to know immediately whether your change altered anything visually, without opening a PR, waiting for CI, or touching the shared baseline. This Skill runs a scoped preview build that renders only the components you touched and diffs them against the real CI baseline. ## Core Features & Use Cases - Scoped preview builds: Upload a Storybook build, Playwright/Vitest capture archive, or raw screenshots and render only the stories or tests you name via --target. - CI-isolated verdicts: Preview builds post no GitHub check and never advance the CI baseline; accepting a change writes only a branch-scoped preview baseline. - Triage handoff: A changed verdict exits 0 and hands off to the triage-visual-changes skill for pixel-level review over the UI Verify MCP. - Use Case: After editing a Button component, run uiverify check --static-dir storybook-static --target 'components-button--*' to confirm whether the change is visually intended before pushing. ## Quick Start Ask the agent to check your visual changes by running uiverify check against the Storybook build or capture archive for just the components you edited.