# Sync Production

> Promote Pollinations main to production through the required promotion PR and GitHub Actions. Use when asked to merge main into production, deploy main to production, or sync production.

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

---


# Sync Production

Follow the Git workflow, production deployment, and secret-safety rules in root `AGENTS.md`.

- Inspect current `main` and `production` revisions and the complete pending diff. Reuse an open `main` → `production` promotion PR, or create one for the requested promotion.
- Check the current PR head, required checks, conflicts, and deployment prerequisites. Merge through the PR when authorized and checks pass; resolve or report blockers within that workflow.
- Follow the resulting GitHub Actions deployments. When path filters do not trigger the required production workflow, dispatch it from `production` as specified in `AGENTS.md`.
- Verify the deployed revision, required bindings, and affected behavior; report any incomplete verification.

