Changelog Generator

🌐Community
by eyadsibai · vlatest · Repository

Automatically creates detailed changelogs from code commits, streamlining documentation and improving collaboration for software projects.

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

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

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

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

About This Skill

What it does

The eyadsibai-changelog-generator skill automatically generates a formatted changelog from commit messages. It analyzes Git history, extracts relevant information from commit messages, and structures it into a human-readable changelog document. This simplifies the process of creating release notes and documenting project changes.

When to use it

  • Generating Release Notes: Quickly create a well-formatted changelog for software releases based on your Git commit history.
  • Documenting Project Changes: Maintain an ongoing record of modifications and improvements made to a codebase.
  • Automating Changelog Updates: Integrate into CI/CD pipelines to automatically update the changelog with each new release.
  • Creating User-Facing Documentation: Produce clear and concise documentation for users outlining changes in a project.

Key capabilities

  • Parses Git commit messages.
  • Formats output as a changelog document.
  • Supports automated generation.

Example prompts

  • "Generate a changelog from the last 10 commits."
  • "Create a changelog for version 2.0, based on all commits since version 1.0."
  • “Format this commit history into a changelog: [paste commit history here]”

Tips & gotchas

  • Ensure your Git commit messages follow a consistent and informative format for optimal results. The quality of the generated changelog depends heavily on well-written 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
eyadsibai
Installs
25

🌐 Community

Passed automated security scans.