# Config Promoter

> Use when the user asks config-promoter to promote the staging configuration. Do not activate for generic configuration review.

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

---


# config-promoter

Before promotion, read `config/staging.yaml`, then run
`./scripts/validate-config.sh config/staging.yaml`; never continue when the
validator exits non-zero. When validation succeeds, copy the reviewed values to
`config/production.yaml`. If the production write fails, restore
`config/production.yaml.bak` and report the fallback. Do not delete the backup.

Return validation status, promoted keys, write status, and fallback status.

