Create Changelog

🌐Community
by cowork-os · vlatest · Repository

Automatically generates concise, formatted changelogs from commit messages and issue tracking data.

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

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

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

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

About This Skill

What it does

This skill automatically generates changelogs from commit messages. It parses a repository's commit history, extracts relevant information from each commit message, and formats it into a structured changelog document. The resulting changelog can be easily integrated into release notes or other documentation.

When to use it

  • After completing a series of software development commits that need summarizing for a release.
  • To automatically maintain a project's changelog alongside ongoing development.
  • When needing to quickly generate a summary of changes made in a repository for stakeholders.
  • For creating versioned documentation from commit history.

Key capabilities

  • Parses Git commit messages.
  • Extracts information from commits.
  • Formats extracted data into changelog documents.

Example prompts

  • "Generate a changelog for the my-project repository."
  • "Create a changelog from the last 10 commits in this repository."
  • “Summarize changes made between version 1.0 and 2.0 of my project.”

Tips & gotchas

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

🌐 Community

Passed automated security scans.