setup-visual-verify
Installation
SKILL.md
Setup Visual Verify
Installs the per-project half of the visual-verify skill. The skill itself is portable; what varies
per project is how to render a UI state. This setup detects that, pins it in writing, and
ships the screenshot script.
1. Detect the render surface
Look before asking — recommend, don't present a blank menu:
.storybook/present → Storybook (best: stories enumerate states).- A design-handoff studies dir → studies (screenshot the HTML directly).
- A
dev/startscript serving UI → dev server. - Several present → Storybook for components, studies for unbuilt designs; say so.
Confirm the choice with the user, along with anything non-obvious you found (custom ports, auth walls, build steps).