All skills
Deterministic Storybook stories
Stop story diffs that come back changed without a real change.
StorybookDeterminismFlake
What it does
Focuses only on the run-to-run variation the capturer cannot neutralize from outside your app: the clock, infinite JS animations, live data, and non-Math.random randomness. It deliberately skips what UI Verify already handles for you.
Run it when a story diffs every run for no real reason.
- Pins the sources of flake a story owns, so a red build means a real change.
- Leaves the flake classes the capturer already kills alone, no busywork.
- Narrow by design: story isolation removes most of the hard cases for free.
Install and run
Claude Code
/plugin marketplace add uiverify/uiverify/plugin install uiverify@uiverify# then invoke it/uiverify:storybook-visual-testing
Recommended. This repo is a plugin marketplace, so it is one command.
View on GitHubUI Verify
Built by the team behind UI Verify
Automate this skill end to end
UI Verify captures every story on every pull request and lets an AI judge, or your agent, review the diffs. See how it works.