Обновление пакетов Storybook до нужной версии

★ 7.6 · automation

storybook-upgrade is a Claude Code skill that upgrades all @storybook/* packages in a project to a specified version using `npx storybook@<VERSION> upgrade`. It supports canary builds from pull requests (e.g., `0.0.0-pr-33526-sha-a2e09fa2`), pinned releases like `8.5.0`, and `latest`, across npm, yarn, and pnpm. The skill automatically detects every installed Storybook package, upgrades them in sync, and resolves peer dependencies — preventing version drift that manual `npm add` commands can cause. Designed for QA-ing canary builds from Storybook PRs in downstream apps and reproducing bugs in external projects, it enforces one major version at a time (e.g., 8.x → 9.x), never skipping major releases.