ci-cd-generator
Installation
SKILL.md
CI/CD Pipeline Generator Skill
Overview
Generate production-ready CI/CD pipelines for Storybook with one command. Includes automated testing, visual regression, deployment, and PR previews.
Generated Workflows
GitHub Actions + Vercel
.github/workflows/storybook.yml:
name: Storybook CI/CD
on:
push:
branches: [main]
pull_request:
branches: [main]