Agent Changelog

🌐Community
by petekp · vlatest · Repository

Summarizes software release notes into concise, user-friendly updates for technical documentation or announcements.

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

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

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

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

About This Skill

What it does

This skill allows an AI agent to generate changelogs from commit messages. It parses a repository's commit history and formats it into a human-readable changelog document, suitable for release notes or internal documentation. The generated changelog includes details extracted directly from the commit messages themselves.

When to use it

  • Generating Release Notes: Automatically create a draft of release notes based on recent commits.
  • Summarizing Project History: Quickly produce a summary of changes made to a project over a specific period.
  • Internal Documentation: Keep internal teams informed about the evolution of a codebase by generating regular changelogs.
  • Automated Reporting: Integrate changelog generation into automated build or deployment pipelines.

Key capabilities

  • Parses commit messages from a Git repository.
  • Formats parsed data into a structured changelog document.
  • Extracts relevant information directly from commit message content.

Example prompts

  • "Generate a changelog for the 'my-project' repository."
  • "Create a release notes document based on commits since tag 'v1.0'."
  • "Summarize changes made to the codebase in the last month and output as markdown."

Tips & gotchas

  • The quality of the generated changelog heavily depends on the clarity and consistency of commit messages. Well-formatted commit messages are essential 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
petekp
Installs
18

🌐 Community

Passed automated security scans.