Skip to content
Automation
Skill

/version-generate

從最新的 git tag 到 HEAD 生成結構化變更日誌並推薦新版本。當使用者請求生成變更日誌、發行說明或版本升級文件時使用。

From plugin
agenvoy
3739 skills
Install
$ npx -y skills add agenvoy/Agenvoy --skill version-generate --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/version-generate

Context preview

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

從最新的 git tag 到 HEAD 生成結構化變更日誌並推薦新版本。當使用者請求生成變更日誌、發行說明或版本升級文件時使用。

SKILL.md

version-generate.SKILL.md
name: version-generate
description: 從最新的 git tag 到 HEAD 生成結構化變更日誌並推薦新版本。當使用者請求生成變更日誌、發行說明或版本升級文件時使用。

版本產生器

從最新的 git tag 到 HEAD 生成 `.doc/version-generate/vA.B.C.md` 變更日誌(含 frontmatter 與可追溯欄位),同步維護 `.doc/version-generate/CHANGELOG.md` 主索引。

工作流程

| 階段 | 內容 | 實作細節 | |---|---|---| | 0 | 發版者驗證(git config 缺失即中止) | [scripts/00-validate-releaser.md](./scripts/00-validate-releaser.md) | | 1 | 版本偵測(最新標籤 + remote URL) | [scripts/01-detect-version.md](./scripts/01-detect-version.md) | | 2 | 收集變更(Conventional Commits 優先) | [scripts/02-collect-changes.md](./scripts/02-collect-changes.md) | | 3 | 分類標籤與版本升級規則 | [scripts/03-classify-and-bump.md](./scripts/03-classify-and-bump.md) | | 4 | 產出 `.doc/version-generate/NEW_VERSION.md`(frontmatter + 追溯) | [scripts/04-output-template.md](./scripts/04-output-template.md) | | 5 | 更新 `.doc/version-generate/CHANGELOG.md` 主索引 | [scripts/05-update-index.md](./scripts/05-update-index.md) | | ∞ | 分類規則與邊界案例 | [scripts/06-rules-and-edge-cases.md](./scripts/06-rules-and-edge-cases.md) |

核心契約

硬性前置條件

  • `git config user.name` 與 `user.email` 必須設定(步驟 0)
  • BREAKING 變更必須附 Migration 指引(步驟 4,缺失則中止)

輸出

  • `.doc/version-generate/<NEW_VERSION>.md` — 完整 changelog(含 frontmatter)
  • `.doc/version-generate/CHANGELOG.md` — 主索引(prepend 最新版本)

版本映射(SemVer)

| 偵測到的標籤 | 版本影響 | |---|---| | `BREAKING` | MAJOR(+1.0.0) | | `FEAT` | MINOR(+0.1.0) | | `FIX` / `UPDATE` / `SECURITY` / `REFACTOR` / `PERF` / `ADD` / `REMOVE` | PATCH(+0.0.1) | | `STYLE` / `DOC` / `TEST` / `CHORE` | 不升版(`type: none`,不更新索引) |

執行順序

步驟 0 → 1 → 2 → 3 → 4 → 5,任一階段前置條件未達即中止,不產出殘缺文件。

Read more
Ships withagenvoy

Make AI actually work for you — a personal AI harness that writes and repairs its own tools, and lets Claude Code and Codex build and share them via MCP.

Get the whole plugin
Stats
374
Stars
37
Forks
Active
Maintenance
Go
Language
Apache-2.0
License
7h ago
Last commit
6mo ago
Created

Repo: agenvoy/Agenvoy

Other skills on agenvoy.