What problem does it solve? Manually testing, building, and deploying code is slow and error-prone. This Skill provides ready-to-adapt pipeline configurations that automate the entire software delivery workflow from commit to production. ## Core Features & Use Cases - CI Workflow Templates: Pre-built GitHub Actions and GitLab CI configurations covering linting, type checking, testing, coverage reporting, and matrix testing across OS and Node versions. - Deployment Strategies: Concrete examples for blue-green, canary, and rolling deployments with health checks and automatic rollback on failure. - Pipeline Hardening: Guidance on dependency caching, secrets management, quality gates with coverage thresholds, and Slack/email notifications. - Use Case: You need to set up automated testing and zero-downtime deployment for a Node.js app. The Skill detects your package manager from the lockfile and generates a complete GitHub Actions workflow with caching, E2E tests against a Postgres service, and a canary deployment stage. ## Quick Start Ask the AI to create a GitHub Actions CI/CD pipeline for your project that runs tests on every pull request and deploys to production on merge to main.