From claude-code-starter
Generates CHANGELOG.md from Git commit history by classifying commits (feat, fix, docs, refactor, test, chore), rewriting user-facing descriptions, merging related changes, and suggesting semantic versions.
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
从 Git 提交历史自动生成规范的 CHANGELOG。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
从 Git 提交历史自动生成规范的 CHANGELOG。
检查是否有已有的 CHANGELOG.md 或 Git 标签。
要生成什么范围的更新日志?
- 从上次发版到现在(如果有 Git tag)
- 最近 N 次提交
- 全部历史
- 指定时间范围
获取指定范围内的所有提交记录,按类型分类:
如果提交信息不规范,根据 diff 内容智能分类。
格式:
## [版本号] - 日期
### 新功能
- 功能描述
### 修复
- 修复描述
### 其他
- 变更描述
规则:
更新日志已生成。确认后写入 CHANGELOG.md。 版本号建议:xxx(根据变更类型推荐语义化版本)