Skip to content

DevOps · Global library

Blue-Green Deployer

Automate safer production rollouts with health-aware promotion and rollback triggers.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Blue-Green Deployer when you need to automate safer production rollouts with health-aware promotion and rollback triggers, especially when the work is driven by blue green and deployment rollback.

Trigger signals

blue greendeployment rollbackrelease health

Validation hooks

verify_deployment_health

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show blue-green-deployer

Use

orchestrator-mcp skills export blue-green-deployer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/blue-green-deployer ./your-agent-skills/blue-green-deployer
# or open skills/blue-green-deployer/SKILL.md in a markdown-first client

File patterns

**/*.yaml**/deploy/****/.github/workflows/**

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudllama3.1:8b

Related skills

Adjacent packs to compose next.

DevOpsGlobal library

ArgoCD GitOps Engineer

Open pack

Implement GitOps workflows with ArgoCD that enable declarative, version-controlled continuous delivery to Kubernetes

CodexClaude Code