Agent Skills
› pollinations/pollinations
› sync-production
sync-production
GitHub用于将 main 分支合并至生产环境,通过创建或复用 Promotion PR 并触发 GitHub Actions 完成部署,同时验证发布状态。
触发场景
merge main into production
deploy main to production
sync production
安装
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.
版本历史
-
3e1cabf
当前 2026-09-09 11:59
简化 Agent 指导说明,移除过时的工作流配置。
- 99bce92 2026-07-25 10:39


