What problem does it solve? Teams shipping code without automated verification accumulate broken builds, untested changes, and risky deployments. This Skill establishes a complete CI/CD pipeline that enforces quality gates on every change so no code reaches production without passing lint, type checks, tests, and builds. ## Core Features & Use Cases - Quality Gate Pipelines: Set up GitHub Actions workflows covering lint, type checking, unit tests, integration tests with database services, E2E tests with Playwright, security audits, and bundle size checks. - Deployment Strategies: Configure preview deployments per PR, feature flags for decoupled releases, staged rollouts with monitoring windows, and manual rollback workflows. - CI Optimization & Feedback Loops: Apply caching, parallel jobs, path filters, and matrix builds to keep pipelines under 10 minutes, and feed CI failure output back to AI agents for automated fixes. - Use Case: A team starting a new Node.js project needs CI from day one. Use this Skill to generate a GitHub Actions pipeline with all quality gates, branch protection rules, Dependabot configuration, and a rollback plan before the first pull request. ## Quick Start Ask the agent to set up a GitHub Actions CI pipeline for your project with lint, type check, tests, build, and a staging deployment with rollback support.