AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pace Release

skill-arch-team-devpace-pace-release · by arch-team

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).

No reviews yet
0 installs
44 views
0.0% view→install

Install

$ agentstack add skill-arch-team-devpace-pace-release

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-arch-team-devpace-pace-release)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pace Release? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/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 行)。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.