Deploy use when you need to work with deployment and CI/CD. This skill provides deployment automation and orchestration with comprehensive guidance and automation. Trigger with phrases like "deploy application", "create pipeline", or "automate deployment".
48
37%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/devops/deployment-pipeline-orchestrator/skills/orchestrating-deployment-pipelines/SKILL.mdOrchestrate 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 |
3a2d27d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.