Changelog Generator

🌐Community
by matteocervelli · vlatest · Repository

Automatically creates detailed changelogs from code commits, streamlining updates and improving transparency for developers and 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 matteocervelli-changelog-generator npx -- -y @trustedskills/matteocervelli-changelog-generator
2

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

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

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

About This Skill

What it does

This skill automatically generates changelogs based on provided commit messages. It parses a list of commits, extracts relevant information, and formats it into a human-readable changelog document suitable for release notes or similar purposes. The generated changelog includes details like version numbers, descriptions, and potentially other metadata derived from the commit history.

When to use it

  • Software Releases: Quickly create changelogs when releasing new versions of software projects.
  • Project Documentation: Automatically update project documentation with a record of changes.
  • Internal Communication: Generate summaries of development activity for team updates or stakeholders.
  • Automated Reporting: Integrate into CI/CD pipelines to automatically produce release notes.

Key capabilities

  • Parses commit messages.
  • Extracts information from commits.
  • Formats output as a changelog document.

Example prompts

  • "Generate a changelog from these commit messages: [paste commit messages here]"
  • "Create a release note for version 1.2.3 based on the following commits: [paste commit messages here]"
  • “Summarize changes in this repository's history into a changelog.”

Tips & gotchas

The quality of the generated changelog depends heavily on the clarity and consistency of your commit messages. Ensure that commit messages follow a standardized format for optimal results.

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
matteocervelli
Installs
6

🌐 Community

Passed automated security scans.