What problem does it solve?
Manually checking whether UI component changes match Figma designs is slow and error-prone. This Skill automates visual verification of Blade Design System components in Storybook by driving a real browser, capturing screenshots, and testing interactive states.
Core Features & Use Cases
- Automated Browser Navigation: Opens Storybook stories in full or iframe view using the agent-browser CLI, with no installation required.
- Screenshot Capture: Takes clean, iframe-based screenshots of components for direct comparison against Figma designs.
- Interactive State Testing: Clicks elements and types text via snapshot element refs to verify component behavior in active states.
- Use Case: After modifying the Popover component, run the Skill to open its Storybook story, screenshot the default and open states, and confirm padding, colors, and typography match the design tokens.
Quick Start
Ask the agent to verify the Popover component in Storybook with the verify-with-browser skill and compare the screenshots against the Figma design.