Skip to content
Development
Skill

/pace-release

Use when user says "发布", "部署", "上线", "release", "pace-release", or wants to create, deploy, or close a release. NOT for CI/CD pipeline management (use /pace-sync). NOT for code implementation (use /pace-dev).

From plugin
devpace
7320 skills3 agents9 hooks
Install
$ npx -y skills add arch-team/devpace --skill pace-release --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pace-release

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when user says "发布", "部署", "上线", "release", "pace-release", or wants to create, deploy, or close a release. NOT for CI/CD pipeline management (use /pace-sync). NOT for code implementation (use /pace-dev).

SKILL.md

pace-release.SKILL.md
description: Use when user says "发布", "部署", "上线", "release", "pace-release", or wants to create, deploy, or close a release. NOT for CI/CD pipeline management (use /pace-sync). NOT for code implementation (use /pace-dev).
allowed-tools: AskUserQuestion, Read, Write, Edit, Glob, Bash
argument-hint: "[create|deploy|verify|close|full|status|status history|changelog|version|tag|notes --role biz|ops|pm|branch|rollback]"
model: sonnet
disable-model-invocation: true
context: fork
agent: pace-engineer

/pace-release — 发布管理

> **可选功能**:如果你没有正式的发布流程,不需要使用这个命令。任务 merged 就是你的完成点,不需要 Release 管理。

管理 Release 生命周期:收集候选变更 → 创建 Release → 追踪部署 → 验证 → 关闭。支持 Changelog、版本 bump、Git Tag、GitHub Release、Release Notes 和发布分支管理。

推荐使用流程

标准发布:  create → deploy → verify → close
快速查看:  status(或无参数启动引导向导)
单步操作:  changelog / version / tag / notes(独立使用)
回滚处理:  rollback → 创建 hotfix CR → 新 create
历史回顾:  status history

输入

$ARGUMENTS:

**日常使用**(大多数场景只需这些):

  • `create` → 创建新 Release(收集 merged CR + Gate 4 检查)
  • `deploy` → 记录部署操作(支持多环境晋升)
  • `verify` → 执行验证清单(支持自动化验证)
  • `close` → 完成发布(自动 changelog + 版本 bump + tag + 连锁更新)
  • `full` → close 的推荐别名(语义更明确)
  • `status` → 查看当前 Release 状态和建议下一步
  • (空)→ 引导式发布向导(推荐新用户使用)

**单独使用**(当你只需要其中某个步骤时):

  • `changelog` → 仅生成 CHANGELOG.md
  • `version` → 仅更新版本文件
  • `tag` → 仅创建 Git Tag / GitHub Release
  • `notes` → 生成面向用户的 Release Notes(按 Epic→BR→PF 组织,支持 `--role biz|ops|pm`)
  • `branch` → 管理发布分支(创建 / PR / 合并)
  • `rollback` → 记录回滚(deployed 状态下出现严重问题时)
  • `status history` → 发布历史时间线(跨 Release 纵向视图 + DORA 趋势)

执行路由

根据子命令,**只读取路由表中对应的 procedures 文件,不加载其他 procedures 文件。**

核心操作固定加载

core 子命令(create/deploy/verify/close/full)加载 `skills/pace-release/release-procedures-common.md`(发布规则 + 集成规则 + 版本推断 SSOT)。

按子命令加载

| 参数 | 加载文件 | 说明 | |------|---------|------| | (空) | `skills/pace-release/release-procedures-wizard.md` | 自包含;引导式向导(含 rolled_back 追踪) | | `create` | `skills/pace-release/release-procedures-common.md` + `skills/pace-release/release-procedures-create.md`;CR>3 或有 config.md 时追加 `skills/pace-release/release-procedures-create-enhanced.md` | 分层加载 | | `deploy` | `skills/pace-release/release-procedures-common.md` + `skills/pace-release/release-procedures-deploy.md` | 环境晋升 + 路径全景 | | `verify` | `skills/pace-release/release-procedures-common.md` + `skills/pace-release/release-procedures-verify.md` | 自动健康检查 + 问题处理 | | `close` / `full` | `skills/pace-release/release-procedures-common.md` + `skills/pace-release/release-procedures-close.md`;步骤 1-3 按执行进度加载 `skills/pace-release/release-procedures-changelog.md` / `skills/pace-release/release-procedures-version.md` / `skills/pace-release/release-procedures-tag.md` | 步进式增量加载 | | `changelog` | `skills/pace-release/release-procedures-changelog.md` | 自包含 | | `version` | `skills/pace-release/release-procedures-version.md` | 自包含(含精简版本推断规则) | | `tag` | `skills/pace-release/release-procedures-tag.md` | 自包含 | | `rollback` | `skills/pace-release/release-procedures-rollback.md` | 自包含(含候选预填) | | `notes` | `skills/pace-release/release-procedures-notes.md` | 自包含(支持 `--role biz\|ops\|pm`) | | `branch` | `skills/pace-release/release-procedures-branch.md` | 自包含 | | `status` / `status history` | `skills/pace-release/release-procedures-status.md` | 自包含 |

> **`skills/pace-release/release-procedures-scheduling.md`** 不对应用户子命令,由 wizard(发布窗口提醒)或 pace-pulse 按需加载。

输出

Release 操作结果摘要(3-5 行)。

Read more
Ships withdevpace

Give your Claude Code projects a steady development pace — requirements change, rhythm stays. A development harness for Claude Code — rules, schemas, gates, and feedback loops that keep AI-assisted development traceable and measurable.

Get the whole plugin
Stats
73
Stars
6
Forks
Maintained
Maintenance
Python
Language
MIT
License
5mo ago
Last commit
7mo ago
Created

Repo: arch-team/devpace

Other skills on devpace.

pace-biz
Skill

pace-biz

Use when user says "业务机会/OPP", "专题/Epic", "分解需求/decompose", "精炼/refine", "战略对齐/align", "业务全景/view", "需求发现/brainstorm/discover", "导入/import", "技术债务/infer",…

pace-change
Skill

pace-change

Use when user says "不做了", "搁置", "停掉", "加一个", "加需求", "追加", "改需求", "需求变了", "范围变了", "优先级调", "延后", "提前", "砍掉", "先做这个", "排到前面", "恢复", "捡回来", "pace-change", or wants…

pace-dev
Skill

pace-dev

Use when user says "开始做", "帮我改", "实现", "修复", "继续推进", "编码", "写代码", "开发", "重构", "做个", "coding", "implement", "fix", "refactor", "build", /pace-dev, or explicitly…

pace-feedback
Skill

pace-feedback

Use when user reports issues, shares feedback, or receives production alerts — "用户反馈", "线上问题", "生产问题", "告警", "改进建议", "新需求", "体验问题", "功能请求", "线上bug", "运维",…

pace-guard
Skill

pace-guard

Use when user wants to assess risks before development, check current risk status, analyze risk trends, or says "风险/预检/预分析/guard/risk/隐患/安全检查". Also…

pace-help
Skill

pace-help

Use when user says "帮助", "help", "怎么用", "使用说明", "用法", "有哪些命令", "能做什么", "命令列表", "怎么入门", "quickstart", "FAQ", "常见问题", "pace-help", or wants help with how to use…