# Production Rollout Orchestrator

> Combine production readiness, verification gates, and migration risk into a Go/No-Go rollout decision.

- Skill: `rweisssieker-xp/production-rollout-orchestrator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rweisssieker-xp/production-rollout-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rweisssieker-xp/production-rollout-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rweisssieker-xp (https://skillmd.com/u/rweisssieker-xp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rweisssieker-xp/production-rollout-orchestrator

---


# Production Rollout Orchestrator

Run:

```bash
node runtime/runTool.js production_rollout_orchestrator '{"environment":"production","engine":"postgres","database":"analytics","schema":"public","table":"events","proposedSql":"CREATE INDEX ix_events_created_at ON events(created_at)"}'
```

Returns rollout gates, evidence, a Go/No-Go decision, and next actions.

