Changelog Automation

🌐Community
by wshobson · vlatest · Repository

Automatically generates concise, informative changelogs from commit messages, saving time and ensuring clarity for releases.

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

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

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

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

About This Skill

What it does

The changelog-automation skill enables AI agents to automatically generate and maintain changelogs for software projects. It parses version control systems like Git, extracts commit messages, and formats them into structured changelog entries following common standards such as Keep a Changelog.

When to use it

  • You need to keep your project's changelog up-to-date with every new release.
  • Your team uses Git and wants to automate the process of extracting meaningful changes from commits.
  • You're preparing for a software release and want a clean, well-formatted changelog ready for documentation or user communication.

Key capabilities

  • Parses commit messages from Git repositories
  • Groups changes by type (e.g., features, bug fixes)
  • Formats output according to Keep a Changelog conventions
  • Supports custom templates for changelog entries

Example prompts

  • "Generate a changelog for the latest release based on my Git commits."
  • "Format all recent feature additions and bug fixes into a markdown changelog."
  • "Create a changelog entry using the 'feat' type for the commit with hash abc1234."

Tips & gotchas

  • Ensure your Git repository is properly configured with meaningful commit messages.
  • This skill relies on access to version control history, so it may not work without proper repository permissions or setup.

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
wshobson
Installs
3.3k

🌐 Community

Passed automated security scans.