Changelog Generator

🌐Community
by composiohq · vlatest · Repository

Automatically creates detailed changelogs from code commits, streamlining release notes and improving transparency for developers & users.

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 changelog-generator npx -- -y @trustedskills/changelog-generator
2

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

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

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

About This Skill

What it does

The changelog-generator skill automates the creation of detailed changelogs for software or project updates. It analyzes version history, feature additions, bug fixes, and other changes to produce a structured and readable changelog document.

When to use it

  • After releasing a new version of an application or library to document what has changed
  • Before submitting a pull request to provide a clear summary of modifications made
  • When preparing release notes for internal or external stakeholders

Key capabilities

  • Parses version history data
  • Identifies and categorizes changes (e.g., features, bug fixes)
  • Formats output in standard changelog styles like Markdown or plain text
  • Supports customizable templates for different project needs

Example prompts

  • "Generate a Markdown changelog from the commit history between versions 1.0.0 and 2.3.4"
  • "Create a concise summary of changes made in the latest release"
  • "Format the changelog using the Keep a Changelog style guide"

Tips & gotchas

  • Ensure version control data is up to date for accurate results
  • Customize templates if your project requires specific formatting or content rules

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
composiohq
Installs
1.5k

🌐 Community

Passed automated security scans.