← Back to Skills Marketplace
hsuyungfeng

Changelog Generator Pro

by hsuyungfeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
234
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install changelog-generator-pro
Description
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clea...
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 does not request secrets or external installs, but note a few practical considerations before using it: - The skill assumes it can read your repository history. Ensure the agent will run from the repo root and that you are comfortable with it accessing project files. - The SKILL.md does not declare git as a required binary; verify the runtime environment has git (or equivalent access to commit history) if you expect automated scanning. - The skill may save output to CHANGELOG.md — review generated changelogs before committing or publishing them. If you don’t want automatic file writes, run the skill in a dry-run mode or request output only. - Because the instructions are high-level (no explicit commands), confirm how your agent will execute the steps in your environment and whether you need to provide any repository-specific style files (e.g., CHANGELOG_STYLE.md). - If your repository contains sensitive commit messages, consider running the skill on a scrubbed or private copy first. Overall, nothing in the skill appears disproportionate or unrelated to its claimed purpose.
Capability Analysis
Type: OpenClaw Skill Name: changelog-generator-pro Version: 1.0.0 The skill bundle is a standard utility designed to generate user-friendly changelogs from git commit history. The SKILL.md file contains clear instructions for the AI agent to analyze commits and format release notes, with no evidence of malicious intent, prompt injection, or unauthorized data access.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the skill analyzes git history, categorizes commits, and writes changelogs. Minor mismatch: SKILL.md assumes access to a git repository but the registry metadata lists no required binaries (e.g., git) — a small documentation gap but not incoherent.
Instruction Scope
Instructions focus on repository commit analysis, categorization, and formatting. They reference repo files like CHANGELOG_STYLE.md and saving output to CHANGELOG.md, which are appropriate for the stated purpose. The guidance is high-level (no explicit commands), giving the agent latitude but staying within the changelog domain.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes on-disk persistence and is proportionate for a text-transformation skill.
Credentials
The skill requests no environment variables, credentials, or config paths — consistent with a tool that reads local git history and formats text.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes. The SKILL.md suggests saving output to CHANGELOG.md, which is reasonable but should be reviewed by the user before committing changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install changelog-generator-pro
  3. After installation, invoke the skill by name or use /changelog-generator-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of changelog-generator-pro. - Automatically generates user-facing changelogs from git commit history. - Categorizes commits (features, improvements, bug fixes, breaking changes, security). - Translates technical commit messages into clear, customer-friendly language. - Formats release notes professionally and filters out internal noise like refactoring or test commits. - Supports custom guidelines and focused changelog generation by date or version.
Metadata
Slug changelog-generator-pro
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Changelog Generator Pro?

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clea... It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.

How do I install Changelog Generator Pro?

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

Is Changelog Generator Pro free?

Yes, Changelog Generator Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Changelog Generator Pro support?

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

Who created Changelog Generator Pro?

It is built and maintained by hsuyungfeng (@hsuyungfeng); the current version is v1.0.0.

💬 Comments