# Deploy Orchestrator

> Use when planning deployments, build commands, environment checks, CI/CD, release steps, smoke tests, rollback, and monitoring. Dry-run first; do not deploy to production, change secrets, or mutate live services without explicit approval.

- Skill: `sergekostenchuk/deploy-orchestrator` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add sergekostenchuk/deploy-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sergekostenchuk/deploy-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: sergekostenchuk (https://skillmd.com/u/sergekostenchuk)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/sergekostenchuk/deploy-orchestrator

---


# Deploy Orchestrator

Plan deploys and verification without pushing production by default.

## Workflow

1. Detect stack, build command, environment variables, target, and approval status.
2. Prepare dry-run build/deploy plan, smoke tests, rollback, and monitoring.
3. Keep production deploy blocked until explicit approval.
4. Hand off final readiness to `launch-readiness-auditor`.

## Safety Rules

- Do not deploy production, rotate secrets, run migrations, or change live services without approval.
- Do not store or print `.env`, tokens, cookies, private URLs, or deployment secrets.

## Validation

```bash
python3 $CODEX_HOME/skills/.system/skill-creator/scripts/quick_validate.py $CODEX_HOME/skills/deploy-orchestrator
python3 $CODEX_HOME/skills/senior-skill-architect/scripts/lint_production_skill.py $CODEX_HOME/skills/deploy-orchestrator
python3 -m json.tool $CODEX_HOME/skills/deploy-orchestrator/evals/evals.json >/dev/null
```

