Overview
eq-storybook-test reads a React component and generates Storybook stories with play functions for interaction testing. Covers primary state, edge cases, and common user flows.
When to Use
After implementing a new React component that has multiple states or interactive behaviors worth documenting and testing visually.
Usage Examples
/eq-storybook-test src/components/ToolBrowser.tsx
Generates ToolBrowser.stories.tsx with default, filtered, and empty-state stories.
Configuration
Requires Storybook 8+ installed in the project.
Installation
npx skills add mclaude95/eq-foundry -s eq-storybook-test