What problem does it solve? Teams shipping code without automated verification accumulate broken builds, flaky releases, and manual deployment risk. This Skill enforces a consistent quality gate pipeline so every change passes lint, type checks, tests, build, and security audit before merge. ## Core Features & Use Cases - Quality Gate Pipelines: GitHub Actions configurations covering lint, type check, unit tests, build, integration tests with Postgres services, E2E with Playwright, and security audits. - Deployment Strategies: Preview deployments per PR, feature flags, staged rollouts, and manual rollback workflows with monitoring windows. - CI Optimization: Caching, parallel jobs, path filters, matrix builds, and test sharding to keep pipelines under 10 minutes. - Use Case: When setting up a new Node.js project, use this Skill to generate a complete GitHub Actions workflow that blocks merges until all gates pass, plus a Dependabot config and rollback workflow. ## Quick Start Ask the agent to set up a CI pipeline for your project with lint, type check, tests, build, and a staging deployment with rollback support.