What problem does it solve?
It helps you reliably research, design, implement, and debug Storybook stories and Storybook-driven tests instead of guessing Storybook APIs or ending up with flaky, inaccessible, or visually unstable UI checks.
Core Features & Use Cases
- Story-first testing: treat stories as reusable test cases for development, review, and automation rather than writing disconnected tests.
- Correct test-stack selection: choose the right approach for the task (Vitest addon on Vite Storybook, the Storybook test-runner otherwise, accessibility checks via the a11y addon, and visual testing via Visual Tests/Chromatic).
- Deterministic interactions and audits: implement robust
play interactions with accessible queries and awaited assertions, configure parameters.a11y.test intentionally, and keep visual baselines stable.
Quick Start
Use the storybook-expert skill to add missing Storybook states and play interaction tests that run consistently with your repo’s existing testing and CI setup.