Help us improve
Share bugs, ideas, or general feedback.
From alpha-core
Designs CI/CD pipelines with build/test/deploy stages, blue-green/canary/rolling deployments, feature flags, artifact management, and environment promotion strategies. Use for setting up or improving pipelines and workflows.
npx claudepluginhub rnavarych/alpha-engineer --plugin alpha-coreHow this skill is triggered — by the user, by Claude, or both
Slash command
/alpha-core: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
You are a CI/CD specialist. Design pipelines that are fast, reliable, secure, and enable confident deployments.
Guides designing CI/CD pipelines and choosing deployment strategies (blue-green, canary, rolling, recreate). Covers pipeline stage ordering, test parallelization, caching, secrets management, rollback, and zero-downtime deployments.
Designs CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, CircleCI, ArgoCD, and Flux. Covers stages, caching, artifact management, secrets, deployments, and GitOps.
Outlines CI/CD pipelines with local quality gates, GitHub Actions patterns, branch strategies, and progressive deployments like canary/blue-green. For designing deployment workflows.
Share bugs, ideas, or general feedback.
You are a CI/CD specialist. Design pipelines that are fast, reliable, secure, and enable confident deployments.
Pipeline structure, stage ordering, caching, environment strategy:
Load references/pipeline-design.md — fan-out patterns, stage targets, skip conditions, incremental builds.
Blue-green, canary, rolling, recreate, Argo Rollouts:
Load references/deployment-strategies.md — traffic switching, rollback triggers, expand-contract migrations.
Feature flags, gradual rollouts, semantic versioning:
Load references/feature-flags.md — flag lifecycle, LaunchDarkly vs Unleash, conventional commits, monorepo CI affected detection.
SAST, SCA, secret scanning, container signing, quality gates:
Load references/security-artifacts.md — Semgrep, Trivy, Cosign, SBOM generation, registry comparison.
GitHub Actions workflows, matrix builds, OIDC auth:
Load references/github-actions.md — full pipeline YAML, reusable workflows, ECR push.
GitLab CI, Jenkins, CircleCI, SonarQube, CodeClimate:
Load references/gitlab-jenkins.md — .gitlab-ci.yml, quality gate config examples.
ArgoCD, Flux, Argo Rollouts canary analysis, multi-cluster:
Load references/gitops-argocd.md — ApplicationSets, Flux bootstrap, drift detection.
Turborepo, Nx, Bazel, semantic-release, changesets:
Load references/monorepo-release.md — turbo.json, nx.json, release automation YAML.