用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/stbenjam/skillsaw --skill deploy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | deploy |
| description | Deploy sprocketd to staging and production. Use when releasing a new build or promoting a staged one. |
Push the build to the staging channel and watch the soak dashboard for thirty minutes. The error-rate panel is the one that matters; ignore the latency panel during the first ten minutes because cache warmup dominates it. If error rate stays under half a percent, request a signed manifest from the release captain.
Promotion happens one region at a time, smallest first. After each region, wait for the reconciliation job to complete a full cycle before starting the next; overlapping cycles double-write inventory rows and the cleanup is manual. If any region shows elevated 5xx after promotion, halt the rollout, revert that region, and page the on-call before touching the remaining regions.
Rollbacks reuse the previous signed manifest, which stays valid for seven days. Past seven days there is no fast rollback: a new build must go through the full staging soak again, so treat day-seven promotions with extra care and never promote on a Friday.