Changelog

🌐Community
by itechmeat · vlatest · Repository

The Changelog skill generates detailed release notes summarizing changes, boosting transparency and developer understanding of software updates.

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

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

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

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

About This Skill

What it does

The Changelog skill generates release notes formatted according to the Keep a Changelog specification and Semantic Versioning (SemVer). It structures changes into sections like "Added," "Changed," "Fixed," and others, providing a clear record of software updates for developers and users. All content must be written in English.

When to use it

  • To automatically generate release notes for software projects following SemVer or date-based versioning.
  • When needing to maintain a detailed history of changes made to a project.
  • For teams that prioritize transparency and developer understanding of updates.
  • To ensure consistent formatting of changelog entries based on established standards.

Key capabilities

  • Generates changelogs formatted according to Keep a Changelog.
  • Supports Semantic Versioning (SemVer) and date-based versioning.
  • Organizes changes into categories like "Added," "Changed," "Fixed," "Deprecated," "Removed," and "Security."
  • Enforces English language for all changelog content, requiring translation of any source information provided in other languages.

Example prompts

  • "Generate a changelog entry for version 1.2.3 including a new feature called 'Improved Search'."
  • "Create a changelog section for bug fixes in the latest release."
  • "Format this change description as a 'Changed' entry: 'Refactored authentication module.'"

Tips & gotchas

  • All content must be written in English. The skill will not generate entries in other languages.
  • The skill adheres to strict formatting rules based on the Keep a Changelog specification, so ensure your prompts align with these guidelines for best results.
  • Date-based versioning is supported as an alternative to SemVer.

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
itechmeat
Installs
81

🌐 Community

Passed automated security scans.