From deployment-pipeline-orchestrator
Orchestrates multi-stage deployment pipelines with Kubernetes, CI/CD platforms, and strategies like blue-green, canary, rolling updates across dev/staging/prod.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deployment-pipeline-orchestrator:orchestrating-deployment-pipelinesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate multi-stage deployment pipelines that coordinate builds, tests, approvals, and releases across environments (dev, staging, production). Implement deployment strategies including blue-green, canary, rolling updates, and feature flags using Kubernetes, cloud-native services, and CI/CD platforms.
Orchestrate multi-stage deployment pipelines that coordinate builds, tests, approvals, and releases across environments (dev, staging, production). Implement deployment strategies including blue-green, canary, rolling updates, and feature flags using Kubernetes, cloud-native services, and CI/CD platforms.
kubectl access or cloud deployment target (ECS, Cloud Run, App Engine)| Error | Cause | Solution |
|---|---|---|
ImagePullBackOff | Image tag not found in registry or auth failure | Verify image exists with docker manifest inspect; check imagePullSecrets |
CrashLoopBackOff | Application failing to start in new version | Check pod logs with kubectl logs; verify environment variables and config maps |
Canary analysis failed | Error rate or latency exceeded threshold during canary | Automatic rollback triggered; investigate logs from canary pods before retrying |
Deployment stuck in Progressing | Insufficient resources or pod scheduling failure | Check kubectl describe deployment for events; verify resource requests and node capacity |
Database migration failed | Schema conflict or lock timeout | Run migrations independently before deployment; add retry logic and connection timeout |
9plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 9 plugins
npx claudepluginhub fleet-to-force/claude-code-plugins-plus --plugin deployment-pipeline-orchestratorOrchestrates multi-stage deployment pipelines with Kubernetes, CI/CD platforms, and strategies like blue-green, canary, rolling updates across dev/staging/prod.
Designs multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use for zero-downtime deployments, canary rollouts, multi-environment promotion, or debugging failed deployment gates.
Designs and implements CI/CD pipelines, GitOps workflows, and zero-downtime deployments using GitHub Actions, ArgoCD, and container security practices.