Help us improve
Share bugs, ideas, or general feedback.
From billy-milligan
Provides CI/CD pipeline patterns for GitHub Actions, GitLab CI, Jenkins: caching, matrix builds, OIDC secrets, deployment strategies, optimization. Use for designing, optimizing, troubleshooting pipelines.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganHow this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:ci-cd-patternsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when designing, optimizing, or troubleshooting CI/CD pipelines. Covers workflow structure, caching strategies, deployment automation, and cross-platform pipeline patterns.
Provides GitHub Actions patterns for CI/CD pipelines, release automation with semantic-release, changesets, goreleaser, and testing strategies including matrix, cache, secrets, and reusable workflows.
Provides CI/CD pipeline knowledge base for GitHub Actions and GitLab CI, covering stages, caching strategies, parallelization, artifacts, and environment management. Useful for pipeline design and troubleshooting.
Provides CI/CD pipeline patterns for GitHub Actions and GitLab CI, including testing strategies, deployment automation, and reusable actions.
Share bugs, ideas, or general feedback.
Use when designing, optimizing, or troubleshooting CI/CD pipelines. Covers workflow structure, caching strategies, deployment automation, and cross-platform pipeline patterns.
references/github-actions-patterns.md — Reusable workflows, matrix builds, caching, OIDC secrets, composite actionsreferences/gitlab-ci-patterns.md — DAG pipelines, includes/extends, environments, review apps, auto DevOpsreferences/pipeline-optimization.md — Parallel jobs, test splitting, artifact caching, incremental builds, build matrixreferences/deployment-strategies.md — Blue-green, canary, rolling for k8s, Vercel, AWS ECSscripts/detect-ci.sh — Detects CI platform from project files (.github/workflows, .gitlab-ci.yml, Jenkinsfile, etc.)assets/github-actions-template.yaml — Lint, test, build, deploy workflow templateassets/gitlab-ci-template.yaml — Equivalent pipeline for GitLab CI