Agent Skills
› pollinations/pollinations
› sync-production
sync-production
GitHub负责将 main 分支合并至生产环境,处理 PR 创建、审查、合并及 GitHub Actions 部署流程。包括检查冲突、触发工作流、验证部署结果及处理密钥安全规则,确保生产环境同步与发布。
Trigger Scenarios
要求将 main 合并到生产环境
要求部署 main 到生产环境
要求同步生产环境
Install
npx skills add pollinations/pollinations --skill sync-production -g -y
SKILL.md
Frontmatter
{
"name": "sync-production",
"description": "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."
}
Sync Production
Follow the Git workflow, production deployment, and secret-safety rules in root AGENTS.md.
- Inspect current
mainandproductionrevisions and the complete pending diff. Reuse an openmain→productionpromotion 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
productionas specified inAGENTS.md. - Verify the deployed revision, required bindings, and affected behavior; report any incomplete verification.
- The production deploy re-pushes unchanged, already-approved secrets; that is not a rotation and needs no new approval. A new or changed value does. Per-Worker secret checks:
enter-servicesskill.
Version History
- 55af554 Current 2026-09-22 18:01
-
3e1cabf
2026-09-09 11:59
简化 Agent 指导说明,移除过时的工作流配置。
- 99bce92 2026-07-25 10:39


