← 返回 Skills 市场
mike47512

Release Management

作者 mike47512 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install release-management
功能描述
Deep release management workflow—versioning semantics, branching and tags, release checklist, communications, rollback criteria, and hotfix discipline. Use w...
使用说明 (SKILL.md)

Release Management (Deep Workflow)

Releases combine coordination and risk management: what ships, when, how we verify, and how we recover.

When to Offer This Workflow

Trigger conditions:

  • Scheduled or train-based releases; need predictable cadence
  • Hotfix chaos or unclear ownership
  • SemVer vs calendar versioning debates

Initial offer:

Use six stages: (1) versioning policy, (2) branching & tags, (3) release candidate & checklist, (4) communication, (5) deploy & verify, (6) post-release & hotfixes). Confirm deployment model (continuous delivery vs batch releases).


Stage 1: Versioning Policy

Goal: Define SemVer (or alternative) rules: what counts as breaking, how migrations are communicated, and how pre-releases work.

Exit condition: Written policy linking version numbers to customer-facing risk.


Stage 2: Branching & Tags

Goal: Choose a strategy (trunk-based with release branches, GitFlow-lite, etc.) and use annotated tags tied to changelog entries.


Stage 3: Release Candidate & Checklist

Goal: Freeze criteria: QA scope, DB migrations dry-run, feature flag defaults, config diffs, load/perf smoke for risky changes.


Stage 4: Communication

Goal: Internal notes for support/CS/SRE; external release notes with breaking changes highlighted and migration steps.


Stage 5: Deploy & Verify

Goal: Canary or progressive rollout where possible; SLO dashboards; rollback trigger agreed before deploy starts.


Stage 6: Post-Release & Hotfixes

Goal: Lightweight retro; hotfix branches from the release tag; forward-merge fixes back to main; track incidents linked to release.


Final Review Checklist

  • Versioning and changelog reflect risk
  • Branch/tag strategy is team-wide consensus
  • Checklist covers migrations, flags, QA, and comms
  • Rollback plan rehearsed or documented
  • Hotfix process defined

Tips for Effective Guidance

  • Smallest releasable increment reduces blast radius.
  • Coordinate DB schema changes with expand/contract patterns when zero-downtime matters.
  • Complement with ci-cd and changelog-authoring skills for tooling depth.

Handling Deviations

  • SaaS with heavy feature-flagging: “release” may be continuous—still document communication and flag cleanup discipline.
安全使用建议
This skill is an advisory playbook (no runnable code or external installs), so it is low risk to install. Before using it in production work, confirm the guidance aligns with your team's specific tooling, CI/CD setup, and policies. If you plan to automate parts of this workflow, prefer combining this skill with vetted automation/CI-CD tools rather than relying on an instruction-only skill to perform actions. If provenance or authorship matters to your organization, verify the source or adapt the checklist to your environment.
功能分析
Type: OpenClaw Skill Name: release-management Version: 1.0.0 The skill bundle provides a high-level procedural framework for release management, covering versioning, branching, and deployment checklists. The content in SKILL.md is purely instructional and lacks any executable code, network requests, or malicious prompt injection attempts.
能力评估
Purpose & Capability
The name and description match the SKILL.md content: a workflow and checklist for release management. Nothing in the skill claims capabilities beyond providing guidance and process steps.
Instruction Scope
SKILL.md is purely advisory (policy, branching, checklists, rollout and rollback guidance). It does not instruct the agent to run commands, read files, access environment variables, or transmit data to external endpoints.
Install Mechanism
There is no install spec and no code files. No binaries, downloads, or extracts are present — lowest-risk model for installation.
Credentials
The skill declares no required environment variables, credentials, or config paths. The guidance does not request secrets or external service tokens.
Persistence & Privilege
The skill is not always-enabled and uses normal model-invocation behavior. It does not request persistent system privileges or attempt to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install release-management
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /release-management 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the deep release management workflow skill. - Introduces a comprehensive 6-stage release workflow: versioning policy, branching & tags, release candidate and checklist, communication, deploy & verify, and post-release/hotfixes. - Provides guidance on versioning strategies, risk assessment, communication practices, and rollback criteria. - Includes checklists and tips for effective coordination, release communication, and incident tracking. - Suitable for both scheduled and continuous software releases, supporting multi-team environments.
元数据
Slug release-management
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Release Management 是什么?

Deep release management workflow—versioning semantics, branching and tags, release checklist, communications, rollback criteria, and hotfix discipline. Use w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Release Management?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install release-management」即可一键安装,无需额外配置。

Release Management 是免费的吗?

是的,Release Management 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Release Management 支持哪些平台?

Release Management 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Release Management?

由 mike47512(@mike47512)开发并维护,当前版本 v1.0.0。

💬 留言讨论