Code Changelog

🌐Community
by bear2u · vlatest · Repository

Generates a detailed code changelog from commit messages, streamlining documentation and improving project understanding.

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

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

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

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

About This Skill

What it does

This skill generates changelogs from commit messages. It parses a repository's history, extracts relevant information from commit messages, and formats this into a human-readable changelog document. The resulting changelog can be used for release notes or internal documentation.

When to use it

  • You need to quickly create release notes from a Git repository.
  • You want to automate the process of documenting changes in a software project.
  • Your team follows consistent commit message conventions that can be parsed for meaningful change summaries.
  • You're preparing for a new version and require a consolidated view of recent modifications.

Key capabilities

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

Example prompts

  • "Generate a changelog for the my-project repository."
  • "Create release notes based on commits since tag 'v1.0'."
  • “Summarize changes in the last month from the main branch.”

Tips & gotchas

The quality of the generated changelog depends heavily on well-formatted and consistent commit messages. Ensure your team adheres to a clear commit message convention 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
bear2u
Installs
20

🌐 Community

Passed automated security scans.