← 返回 Skills 市场
Changelog Generator Cn
作者
Guohongbin
· GitHub ↗
· v1.0.0
536
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install changelog-generator-cn
功能描述
自动生成更新日志。分析 git 提交历史,分类变更,将技术提交转换为用户友好的发布说明。触发词:更新日志、changelog、发布说明、版本更新。翻译自 ComposioHQ。
使用说明 (SKILL.md)
Changelog Generator
This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate.
When to Use This Skill
- Preparing release notes for a new version
- Creating weekly or monthly product update summaries
- Documenting changes for customers
- Writing changelog entries for app store submissions
- Generating update notifications
- Creating internal release documentation
- Maintaining a public changelog/product updates page
What This Skill Does
- Scans Git History: Analyzes commits from a specific time period or between versions
- Categorizes Changes: Groups commits into logical categories (features, improvements, bug fixes, breaking changes, security)
- Translates Technical → User-Friendly: Converts developer commits into customer language
- Formats Professionally: Creates clean, structured changelog entries
- Filters Noise: Excludes internal commits (refactoring, tests, etc.)
- Follows Best Practices: Applies changelog guidelines and your brand voice
How to Use
Basic Usage
From your project repository:
Create a changelog from commits since last release
Generate changelog for all commits from the past week
Create release notes for version 2.5.0
With Specific Date Range
Create a changelog for all commits between March 1 and March 15
With Custom Guidelines
Create a changelog for commits since v2.4.0, using my changelog
guidelines from CHANGELOG_STYLE.md
Example
User: "Create a changelog for commits from the past 7 days"
Output:
# Updates - Week of March 10, 2024
## ✨ New Features
- **Team Workspaces**: Create separate workspaces for different
projects. Invite team members and keep everything organized.
- **Keyboard Shortcuts**: Press ? to see all available shortcuts.
Navigate faster without touching your mouse.
## 🔧 Improvements
- **Faster Sync**: Files now sync 2x faster across devices
- **Better Search**: Search now includes file contents, not just titles
## 🐛 Fixes
- Fixed issue where large images wouldn't upload
- Resolved timezone confusion in scheduled posts
- Corrected notification badge count
Inspired by: Manik Aggarwal's use case from Lenny's Newsletter
Tips
- Run from your git repository root
- Specify date ranges for focused changelogs
- Use your CHANGELOG_STYLE.md for consistent formatting
- Review and adjust the generated changelog before publishing
- Save output directly to CHANGELOG.md
Related Use Cases
- Creating GitHub release notes
- Writing app store update descriptions
- Generating email updates for users
- Creating social media announcement posts
安全使用建议
This skill appears coherent and low-risk, but remember it needs access to your git repository (commit history and files like CHANGELOG_STYLE.md). Before running it: (1) ensure the agent is pointed at the correct repo and branch, (2) review the generated changelog before publishing (commits can contain sensitive information), and (3) avoid running it on repositories that contain secrets or private data unless you trust the execution environment. If you want extra safety, run the same steps locally (or on a copy of the repo) to verify output before allowing an agent to operate on your primary repository.
功能分析
Type: OpenClaw Skill
Name: changelog-generator-cn
Version: 1.0.0
The skill's documentation (`SKILL.md`) and metadata (`_meta.json`) are entirely consistent with its stated purpose of generating changelogs from Git history. There are no indications of prompt injection attempts, instructions for unauthorized data access, exfiltration, remote code execution, or any other malicious behavior. The mentioned file system interactions (reading Git history, reading `CHANGELOG_STYLE.md`, writing `CHANGELOG.md`) are all directly relevant to the skill's functionality.
能力评估
Purpose & Capability
The skill's name and description claim to analyze git history and produce user-friendly changelogs. The manifest requests no environment variables, binaries, or installs — which is consistent for an instruction-only skill that operates on a user's repository.
Instruction Scope
SKILL.md stays focused on scanning git commits, categorizing changes, and formatting output. It is high-level (no explicit git command examples), tells the agent to run from the repository root, to consult CHANGELOG_STYLE.md if present, and to save output to CHANGELOG.md. This is within scope but gives the agent discretion to read repository files and commit history; the instructions do not reference unrelated system paths or external endpoints.
Install Mechanism
No install specification or code files are included. Being instruction-only means nothing will be written to disk by an installer, which is the lowest-risk posture.
Credentials
The skill declares no environment variables, credentials, or config paths. That is proportionate for a tool that only needs access to the local git repository.
Persistence & Privilege
The skill does not request persistent presence (always: false) and has no install-time actions or modifications of other skill configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install changelog-generator-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/changelog-generator-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of changelog-generator-cn.
- Automatically generates user-friendly changelogs from git commit history.
- Groups changes into categories (features, improvements, bug fixes, etc.).
- Translates technical commit messages into customer-focused language.
- Supports custom date ranges and changelog formatting guidelines.
- Inspired by ComposioHQ’s original changelog generator skill.
v1.0.1
- Added initial Chinese translation and adaptation of the changelog-generator skill.
- Provides automated, user-friendly changelog generation from git commit history.
- Supports categorizing, filtering, and formatting release notes for various use cases.
- Inspired by and forked from ComposioHQ; includes Chinese prompts and usage instructions.
- Suitable for release notes, product updates, and internal/external documentation.
元数据
常见问题
Changelog Generator Cn 是什么?
自动生成更新日志。分析 git 提交历史,分类变更,将技术提交转换为用户友好的发布说明。触发词:更新日志、changelog、发布说明、版本更新。翻译自 ComposioHQ。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 536 次。
如何安装 Changelog Generator Cn?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install changelog-generator-cn」即可一键安装,无需额外配置。
Changelog Generator Cn 是免费的吗?
是的,Changelog Generator Cn 完全免费(开源免费),可自由下载、安装和使用。
Changelog Generator Cn 支持哪些平台?
Changelog Generator Cn 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Changelog Generator Cn?
由 Guohongbin(@guohongbin-git)开发并维护,当前版本 v1.0.0。
推荐 Skills