What problem does it solve? Storybook components can ship with broken renders, missing focus indicators, accessibility violations, and interaction failures that manual review misses. This Skill automates a full audit of a running Storybook instance and produces a prioritized P0/P1/P2 report with evidence. ## Core Features & Use Cases - Setup smoke checks: Detects Storybook in package.json, starts or reuses the server, and verifies the index, sidebar, and sampled story renders. - Per-story state capture: Screenshots default, hover, active, and focus-visible states, deduplicating visually identical states via ImageMagick pHash. - Addon panel scraping: Harvests addon-a11y violations and addon-interactions results, degrading gracefully when addons are absent. - Visual grounding and reporting: Uses a model to review retained screenshots, then aggregates all findings into report.md and report.json with severity bucketing. - Use Case: Before a release, run the audit against your component library to catch render crashes, missing focus rings, and a11y violations across every story without editing any component code. ## Quick Start Audit the Storybook in this project on port 6006 and give me the prioritized report.