release

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

一键组织复杂的发布步骤,适合负责发版的工程/发布经理。

▸ 风险提示

需要高权限凭证(npm/GitHub/Docker/Discord 等),操作会触发外部发布

这个 Skill 做什么

协调 Paperclip 的完整发布流程,包括验证、发布、测试与公告。

承担完整的发布协调工作:从工程验证、npm 发布、GitHub Release 到 smoke testing 和后续公告都能联动起来,保证上线流程不漏项。在领导要求把某个版本正式发出去、需要跨部门确认和手动推广稳定版本时用它。特别是会把 stable changelog、canary 验证、Docker smoke tests 和网站/公告同步起来,避免只做单一的 npm publish。

▸ 展开 SKILL.md 英文原文

Coordinate a full Paperclip release across engineering verification, npm, GitHub, smoke testing, and announcement follow-up. Use when leadership asks to ship a release, not merely to discuss versioning.

开发编程发布协调发布流程验证通用
7.6w
Stars
1.4w
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/paperclipai/paperclip/master/.agents/skills/release/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/paperclipai/paperclip/master/.agents/skills/release/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Release Coordination Skill

Run the full Paperclip maintainer release workflow, not just an npm publish.

This skill coordinates:

- stable changelog drafting via `release-changelog`
- canary verification and publish status from `master`
- Docker smoke testing via `scripts/docker-onboard-smoke.sh`
- manual stable promotion from a chosen source ref
- GitHub Release creation
- website / announcement follow-up tasks
- release-content Cases dogfood: a top-level `release` case with child
  `blog_post` and `tweet_storm` cases, all linked to the release issue/run

## Trigger

Use this skill when leadership asks for:

- "do a release"
- "ship the release"
- "promote this canary to stable"
- "cut t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有