Changelog Generator

🌐Community
by hainamchung Β· vlatest Β· Repository

This tool automatically creates detailed changelogs for software projects, saving developers time and ensuring clear communication of updates.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add hainamchung-changelog-generator npx -- -y @trustedskills/hainamchung-changelog-generator
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "hainamchung-changelog-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/hainamchung-changelog-generator"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The hainamchung-changelog-generator skill automatically creates changelogs from commit messages. It parses a repository's commit history and formats the information into a structured changelog document, saving time and ensuring consistency in release notes. This tool is particularly useful for open-source projects or teams that maintain software libraries.

When to use it

  • Generate release notes for a new version of your software project.
  • Quickly create a summary of changes made between two specific versions.
  • Automate the changelog creation process as part of a continuous integration/continuous delivery (CI/CD) pipeline.
  • Produce a formatted changelog for documentation purposes.

Key capabilities

  • Parses commit messages from Git repositories.
  • Formats parsed data into a structured changelog document.
  • Automates the changelog generation process.

Example prompts

  • "Generate a changelog for my project's repository at [repository URL]."
  • "Create a changelog between versions 1.0 and 2.0 of my software."
  • β€œCan you make a changelog from these commit messages: [paste commit messages here]”

Tips & gotchas

The skill relies on well-formatted Git commit messages for accurate results. Ensure your team follows consistent commit message conventions to maximize the quality of the generated changelog.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
hainamchung
Installs
2

🌐 Community

Passed automated security scans.