Docs Changelog

🏢Official
by google-gemini · vlatest · Repository

This skill generates a detailed changelog for documentation updates, streamlining communication and ensuring users are informed of changes.

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

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

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

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

About This Skill

What it does

The docs-changelog skill helps users generate and manage changelogs for documentation, making it easier to track updates, improvements, and bug fixes over time. It can automatically parse version history from code repositories or existing documentation files.

When to use it

  • You need to maintain a clear record of changes made to software or documentation.
  • You're preparing a release note for a new version of an application or library.
  • Your team wants to automate the process of updating changelogs during development cycles.

Key capabilities

  • Parses version history from code repositories (e.g., Git logs).
  • Generates structured changelog entries with dates, versions, and descriptions.
  • Supports integration with documentation platforms like GitHub Pages or Read the Docs.

Example prompts

  • "Generate a changelog for the last three releases of our project."
  • "Parse the commit history from the 'develop' branch and format it as a changelog."
  • "Create a markdown changelog file based on the latest version tag."

Tips & gotchas

  • Ensure your repository has proper version tags or commit messages for accurate parsing.
  • This skill works best with projects that follow semantic versioning (SemVer) conventions.

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
google-gemini
Installs
257

🏢 Official

Published by the company or team that built the technology.