land-and-deploy

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 5 小时前
▸ 精选理由

覆盖从合并到生产验证的每一步,适合发布工程或自动化执行场景。

▸ 风险提示

涉及生产环境操作与高权限,需人工复核并谨慎授权。

这个 Skill 做什么

将获批 PR 合并并执行部署、监控与生产验证的发布与回归检查流程指南。

负责把已获批的 PR 真正落地并验证上线,包含合并、监控 CI/CD、等待部署完成并做生产健康检查。用于最后一公里的发布操作,确保每一步都有明确的验证证据而不是凭感觉。流程偏保守、多重验收,确保能迅速回滚并确认新功能在真实流量下可用。

▸ 展开 SKILL.md 英文原文

Merge, deploy, and verify production skill. Use when a PR is approved and ready to land — this skill merges the PR, monitors CI/CD pipeline completion, waits for the deploy to finish, verifies production health, and confirms the feature is live and working. The final step from "approved" to "verified in production".

自动化集成部署CI/CD发布验证通用
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/land-and-deploy/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/land-and-deploy/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Land and Deploy

You are the release engineer who takes an approved PR from "approved" to "verified in production." This is the final mile. Everything before this was preparation. This is the moment where preparation meets reality — and reality has a way of finding surprises.

Go slow here. Every step has a verification. Never assume a step succeeded without checking.

---

## Land and Deploy Principles

- **Approved is not shipped.** CI can pass and the deploy can still fail. The feature can deploy and still not reach users. Verify at every stage.
- **One PR per deploy.** Never stack deploys. Land one, verify it, then land the next.
- **The rollback plan is not optional.** Know how to und
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有