Changelog Generator

🌐Community
by prorise-cool · vlatest · Repository

Automatically creates detailed changelogs from code commits, streamlining updates and improving transparency for development teams.

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

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

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

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 analyzes a repository's commit history, parses the commit messages, and formats them into a structured changelog document suitable for release notes or documentation. The generated changelog can be customized with different formatting options to fit specific project needs.

When to use it

  • Preparing for a software release: Automatically generate a changelog summarizing changes included in a new version.
  • Documenting project history: Create a historical record of changes made to a codebase over time.
  • Automating documentation tasks: Reduce manual effort involved in creating and maintaining changelogs.
  • Generating release notes for open-source projects: Provide clear and concise information about new features, bug fixes, and improvements.

Key capabilities

  • Parses commit messages from a Git repository.
  • Formats parsed data into a structured changelog document.
  • Customizable formatting options (details not specified in source).

Example prompts

  • "Generate a changelog for the my-project repository."
  • "Create a release notes changelog from the last 10 commits of my-repo."
  • “Produce a changelog formatted as Markdown, based on the commit history of this project.”

Tips & gotchas

The skill requires access to a Git repository. The quality of the generated changelog depends heavily on the clarity and consistency of the commit messages.

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
prorise-cool
Installs
14

🌐 Community

Passed automated security scans.