通过 Skills CLI 安装
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/joel-martinez/release-briefing -g -a codex -y去掉 -g 可改为项目级安装
把一队合并好的 PR,整理成一份清晰的上线说明。
Turn a merge queue into one clear launch narrative.
专门做发布的「对人沟通」那一层——发布说明、干系人简报、回滚通知模板。补的是「代码已经合完」和「支持、市场、管理层都知道发生了什么」之间的空档。素材直接取自已合并 PR,那种「我们漏说了一个特性」的二次邮件不会再来。它不做代码评审,也不验线上;要做这两件事,配合 canary-watch。
Best for the human communication layer around a deploy — release notes, stakeholder briefs, rollback templates. Built around the gap between "engineering finished merging" and "support, marketing, and execs know what changed." Pulls from the actual merged PRs, so the classic "we forgot to mention that feature" follow-up email stops happening. Not a code review tool; not a deploy verifier — pair it with canary-watch for that side.
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/joel-martinez/release-briefing -g -a codex -y去掉 -g 可改为项目级安装
打开产品走一遍流程,发现问题就修,然后再验证。
原因还没坐实之前,不急着修。
把零散上下文写成读者真正看得懂的文档。
| 当前 · this skillRelease Briefing | QA Loop | Incident Investigate | Anthropic Doc Coauthoring | |
|---|---|---|---|---|
| 评分 · rating | 4.3 | 4.9 | 4.8 | 4.7 |
| 星标 · stars | 4.7k | 15k | 10k | 163k |
| 风险 · risk | 低风险 · low risk | 中风险 · med risk | 低风险 · low risk | 低风险 · low risk |
| 最适合 · best for | 发布说明 | 浏览器冒烟测试 | 根因分析 | 设计文档 |
| 不适合 · not for | 深度代码评审 | 纯单元测试 | 快速样式修补 | 小型变更日志修改 |