What problem does it solve? Setting up reliable CI/CD pipelines is error-prone and often postponed, leaving projects without automated quality gates. This Skill provides ready-to-use pipeline configurations and deployment strategies so every change is verified by lint, type checks, tests, and builds before reaching production. ## Core Features & Use Cases - Quality Gate Pipelines: Enforce lint, type checking, unit tests, build, integration tests, security audits, and bundle size checks on every pull request. - GitHub Actions Templates: Copy-ready workflow YAML for basic CI, database-backed integration tests with Postgres services, and Playwright E2E tests. - Deployment Strategies: Implement preview deployments, feature flags, staged rollouts, and rollback workflows with environment and secrets management. - Use Case: When starting a new Node.js project, use this Skill to scaffold a complete GitHub Actions CI pipeline that blocks merges until all quality gates pass, then add a staging-to-production deployment flow with a manual rollback option. ## Quick Start Ask the agent to set up a GitHub Actions CI pipeline for your project with lint, type check, tests, and build gates that block merging on failure.