What problem does it solve? Setting up CI/CD pipelines from scratch is error-prone and time-consuming, requiring knowledge of YAML syntax, action versions, caching strategies, and security best practices. This Skill provides ready-to-adapt GitHub Actions workflow patterns so you can automate testing, building, and deployment without starting from a blank file. ## Core Features & Use Cases - Workflow Templates: Pre-built patterns for test automation, Docker image builds, Kubernetes deployments, matrix builds, and security scanning. - Best Practices Built In: Pinned action versions, dependency caching, secrets handling, environment approvals, and reusable workflow composition. - Use Case: You need to set up CI for a Node.js project that runs tests across Node 18 and 20, builds a Docker image, pushes it to GHCR, and deploys to an EKS cluster on merge to main. This Skill gives you each workflow pattern to assemble that pipeline. ## Quick Start Ask the assistant to create a GitHub Actions workflow that runs tests on pull requests and deploys a Docker image to production on tagged releases.