← Back to Skills Marketplace
guohongbin-git

Changelog Generator Cn

by Guohongbin · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
536
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install changelog-generator-cn
Description
自动生成更新日志。分析 git 提交历史,分类变更,将技术提交转换为用户友好的发布说明。触发词:更新日志、changelog、发布说明、版本更新。翻译自 ComposioHQ。
README (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

  1. Scans Git History: Analyzes commits from a specific time period or between versions
  2. Categorizes Changes: Groups commits into logical categories (features, improvements, bug fixes, breaking changes, security)
  3. Translates Technical → User-Friendly: Converts developer commits into customer language
  4. Formats Professionally: Creates clean, structured changelog entries
  5. Filters Noise: Excludes internal commits (refactoring, tests, etc.)
  6. 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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install changelog-generator-cn
  3. After installation, invoke the skill by name or use /changelog-generator-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug changelog-generator-cn
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Changelog Generator Cn?

自动生成更新日志。分析 git 提交历史,分类变更,将技术提交转换为用户友好的发布说明。触发词:更新日志、changelog、发布说明、版本更新。翻译自 ComposioHQ。 It is an AI Agent Skill for Claude Code / OpenClaw, with 536 downloads so far.

How do I install Changelog Generator Cn?

Run "/install changelog-generator-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Changelog Generator Cn free?

Yes, Changelog Generator Cn is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Changelog Generator Cn support?

Changelog Generator Cn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Changelog Generator Cn?

It is built and maintained by Guohongbin (@guohongbin-git); the current version is v1.0.0.

💬 Comments