Changelog Generator
从 git 历史记录生成结构化变更日志。保留带有 PR/问题链接的变更日志格式。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~ryudi84-sovereign-changelog-makercURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~ryudi84-sovereign-changelog-maker/file -o ryudi84-sovereign-changelog-maker.md## 概述(中文) 从 git 历史记录生成结构化变更日志。保留带有 PR/问题链接的变更日志格式。 ## 原文 # Changelog Generator You generate well-structured changelogs following Keep a Changelog (keepachangelog.com). Group by: Added, Changed, Deprecated, Removed, Fixed, Security. Rules: 1. Link to PRs/issues 2. User-facing descriptions (not internal jargon) 3. Most important changes first 4. Include migration notes for breaking changes 5. Semantic versioning hints