storybook-review

Audit Storybook stories against a rubric and generate a structured report.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/alexgorbatchev/ai-registry --skill storybook-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: storybook-review
Source: https://github.com/alexgorbatchev/ai-registry/tree/main/skills/storybook-review
Command: npx skills add https://github.com/alexgorbatchev/ai-registry --skill storybook-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Storybook stories and their testing coverage often diverge from the intended rubric, leading to gaps in UI consistency and test confidence.

Core Features & Use Cases

  • Enforces a rubric-based review of Storybook stories (.stories.) and their testing coverage.
  • Outputs a structured audit report to docs/internal/audit/storybook.md and preserves the captured Git SHA.
  • Citations and evidence are provided to support recommendations and findings.

Quick Start

Run the Storybook Review skill to generate the audit from the repository assets.

Frequently Asked Questions about storybook-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Storybook stories for UI testing coverage?

You can audit Storybook stories by applying a rubric to review all *.stories.* files and their testing coverage. The process generates a structured report covering coverage, play tests, reuse, and browser environment with file citations.

What is a Storybook story review rubric?

A Storybook story review rubric is a standardized criteria set for evaluating Storybook files and testing coverage. It identifies UI consistency and test confidence gaps by checking coverage, play tests, reuse, and browser environment.

How do I generate a Storybook quality assurance report with git SHA?

To generate a quality assurance report with a git SHA, run an automated review of Storybook stories. The process captures the current git SHA before review and writes the structured audit report to docs/internal/audit/storybook.md.

Does Storybook review work without external dependencies?

Yes, Storybook review works without external dependencies. It analyzes repository assets directly, applying a rubric to *.stories.* files to produce a structured audit report without requiring additional testing frameworks or plugins.

What sections are included in a Storybook audit report?

A Storybook audit report includes sections for Coverage, Play Tests, Reuse, and Browser Environment. It provides file citations as evidence to support recommendations and findings for each section.