shipping-and-launch

仓库创建 2026年2月16日最近提交 21 小时前SkillHot 收录 20 天前
▸ 精选理由

帮助安全可控发布并降低上线风险与故障影响。

这个 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.

开发编程上线回滚策略监控通用
8.1w
Stars
8.7k
Forks
24
仓库内 Skill
+10.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/shipping-and-launch/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/addyosmani/agent-skills/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 公开信息 · 原文版权归作者所有