Changelog Generator

🌐Community
by decebals · vlatest · Repository

This tool automatically creates detailed changelogs from code commits, saving developers time and ensuring clear project history documentation.

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

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

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

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

About This Skill

What it does

The decebals-changelog-generator skill automatically generates changelogs from commit messages. It parses a repository's commit history and formats it into a human-readable changelog document, suitable for release notes or internal documentation. This reduces manual effort in summarizing project changes.

When to use it

  • Preparing for releases: Quickly create a changelog to accompany a new software version.
  • Documenting project evolution: Maintain an ongoing record of changes made to a codebase.
  • Generating release notes: Automatically populate release notes with concise summaries of commits.
  • Internal team communication: Provide a clear overview of recent development activity for internal stakeholders.

Key capabilities

  • Parses commit messages from Git repositories.
  • Formats parsed data into changelog entries.
  • Supports various output formats (implied, not explicitly stated).

Example prompts

  • "Generate a changelog for the my-project repository."
  • "Create a release notes document based on commits since tag 'v1.0'."
  • "Summarize changes in the last month for project awesome-tool."

Tips & gotchas

The quality of the generated changelog depends heavily on well-formatted and descriptive commit messages. Ensure your team follows consistent commit message conventions 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
decebals
Installs
4

🌐 Community

Passed automated security scans.