version-generate
從最新的 git tag 到 HEAD 生成結構化變更日誌並推薦新版本。當使用者請求生成變更日誌、發行說明或版本升級文件時使用。
pinned to #04f2906updated 2 weeks ago
Ask your AI client: “install skills/version-generate”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/version-generatemetahub onboarded this repo on the author's behalf.
If you own github.com/agenvoy/Agenvoy on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
283
Last commit
2 weeks ago
Latest release
published
- #agent-framework
- #ai
- #ai-agents
- #claude
- #codex
- #deepseek
- #gemini
- #go
- #golang
- #grok
- #harness
- #mcp
- #mcp-client
- #mcp-server
- #multi-agent
- #nvidia-nim
- #openai
- #openrouter
- #self-improving
About this skill
Pulled from SKILL.md at publish time.
從最新的 git tag 到 HEAD 生成 `.doc/version-generate/vA.B.C.md` 變更日誌(含 frontmatter 與可追溯欄位),同步維護 `.doc/version-generate/CHANGELOG.md` 主索引。
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.04f2906· 2 weeks ago
Documentation
41Description quality
52 words · 64 chars — "從最新的 git tag 到 HEAD 生成結構化變更日誌並推薦新版本。當使用者請求生成變更日誌、發行說明或版本升級文件時使用。"
README is present and substantial
7,226 chars · 11 sections · 1 code block
Tags / topics declared
19 total — agent-framework, ai, ai-agents, claude, codex, deepseek (+13)
README has usage / example sectionswarn
README has no Usage / Example / Quick start / Installation heading at any level
Add a `# Usage`, `## Quick start`, or similar section so end users can copy/paste a working invocation. Code blocks alone work too if there are several.
Homepage / docs URL declared
https://agenvoy.com/
Release history
1- releasecurrent04f2906warn2 weeks ago
Contents
版本產生器
從最新的 git tag 到 HEAD 生成 .doc/version-generate/vA.B.C.md 變更日誌(含 frontmatter 與可追溯欄位),同步維護 .doc/version-generate/CHANGELOG.md 主索引。
工作流程
| 階段 | 內容 | 實作細節 |
|---|---|---|
| 0 | 發版者驗證(git config 缺失即中止) | scripts/00-validate-releaser.md |
| 1 | 版本偵測(最新標籤 + remote URL) | scripts/01-detect-version.md |
| 2 | 收集變更(Conventional Commits 優先) | scripts/02-collect-changes.md |
| 3 | 分類標籤與版本升級規則 | scripts/03-classify-and-bump.md |
| 4 | 產出 .doc/version-generate/NEW_VERSION.md(frontmatter + 追溯) | scripts/04-output-template.md |
| 5 | 更新 .doc/version-generate/CHANGELOG.md 主索引 | scripts/05-update-index.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,任一階段前置條件未達即中止,不產出殘缺文件。
Reviews
No reviews yet. Be the first.
Related
Gpt Researcher
An autonomous agent that conducts deep research on any data using any LLM providers
orchestration-patterns
>
migration-patterns
>
mh install skills/version-generate