Changelog Generator

🌐Community
by davepoon · vlatest · Repository

This tool automatically creates detailed changelogs from code commits, saving developers time and ensuring clear release 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 davepoon-changelog-generator npx -- -y @trustedskills/davepoon-changelog-generator
2

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

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

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

About This Skill

What it does

This skill automatically generates structured changelogs for software projects. It takes raw commit messages or release notes and formats them into a clean, readable document suitable for public distribution.

When to use it

  • You have a repository with many commits but no time to manually write release notes.
  • You need to standardize the format of changelogs across multiple team members.
  • You want to quickly summarize recent updates for documentation or marketing materials.
  • You are preparing a release and need to categorize changes (e.g., features, bug fixes) automatically.

Key capabilities

  • Parses raw commit history or unstructured text input.
  • Generates formatted changelog entries with clear headers.
  • Organizes updates into logical sections based on content type.
  • Produces output ready for copy-pasting into README files or release pages.

Example prompts

  • "Generate a changelog for my latest release using these commit messages: [paste commits]."
  • "Create a formatted changelog summarizing the following update notes: [paste notes]."
  • "Draft a release note section highlighting new features and bug fixes from this log: [paste log]."

Tips & gotchas

Ensure your input includes clear descriptions of changes; vague commit messages may result in generic output. This tool is best suited for technical summaries rather than marketing-heavy copy, so review the generated text to add tone or flair if needed.

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
davepoon
Installs
40

🌐 Community

Passed automated security scans.