What problem does it solve? Building and maintaining CI/CD pipelines involves many pitfalls: slow builds, hardcoded secrets, mixed CI/CD concerns, and risky production deployments. This Skill provides structured guidance and review patterns for creating fast, secure, and well-organized pipelines. ## Core Features & Use Cases - Pipeline Review: Audits GitHub Actions workflows for issues like missing caching, exposed secrets, and missing approval gates, with a structured findings report. - Workflow Authoring: Provides patterns for matrix builds, reusable workflows, environment-specific deployments, caching, and progressive rollouts. - Use Case: When adding a new GitHub Actions workflow to a repository, use this Skill to generate a pipeline with dependency caching, separated CI and CD jobs, Slack notifications, and manual approval before production deployment. ## Quick Start Review the workflow file at .github/workflows/ci.yml and identify missing caching, security, and deployment safety issues.