shipping-and-launch
仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适合准备生产发布的团队,强调可观察性与可回滚性。
这个 Skill 做什么
提供发布前检查、监控与回滚策略,帮助安全分阶段上线。
把发布变成可回滚、可观测、可分阶段的流程,提供上线前检查、监控配置和回滚策略。准备部署到生产或做重大改动、需要灰度/分阶段发布或应急预案时用它。强调可观测性与可逆性,让每次上线都有明确的成功度量和应急步骤,降低发布风险。
▸ 展开 SKILL.md 英文原文
Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/shipping-and-launch/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/shipping-and-launch/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Shipping and Launch ## Overview Ship with confidence. The goal is not just to deploy — it's to deploy safely, with monitoring in place, a rollback plan ready, and a clear understanding of what success looks like. Every launch should be reversible, observable, and incremental. ## When to Use - Deploying a feature to production for the first time - Releasing a significant change to users - Migrating data or infrastructure - Opening a beta or early access program - Any deployment that carries risk (all of them) ## The Pre-Launch Checklist ### Code Quality - [ ] All tests pass (unit, integration, e2e) - [ ] Build succeeds with no warnings - [ ] Lint and type checking pass - [ ] Code rev
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有