Write Release Notes

🏢Official
by tldraw · vlatest · Repository

Automatically generate clear, concise release notes from commit messages and pull request descriptions.

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 write-release-notes npx -- -y @trustedskills/write-release-notes
2

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

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

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

About This Skill

The write-release-notes skill automates the creation of changelogs by analyzing code diffs and commit messages to generate structured release documentation. It transforms raw version control data into human-readable summaries suitable for public distribution or internal team updates.

When to use it

  • Post-deployment: Immediately after merging a feature branch to draft notes for the next release.
  • Release management: Generating standardized changelogs for major version bumps without manual editing.
  • Stakeholder communication: Creating clear summaries of new features, bug fixes, and breaking changes for non-technical audiences.
  • Documentation maintenance: Keeping project READMEs or CHANGELOG.md files up to date automatically.

Key capabilities

  • Parses git diffs and commit logs to identify changes.
  • Categorizes updates into sections like "Added," "Changed," "Deprecated," and "Fixed."
  • Generates markdown-formatted release notes ready for copy-pasting.
  • Supports custom templates or formatting styles based on project needs.

Example prompts

  • "Generate release notes for the latest commit in the main branch, highlighting only breaking changes."
  • "Summarize all bug fixes and new features from the last sprint into a concise changelog entry."
  • "Create formatted release notes for version 2.0 based on these specific commits: [list of hashes]."

Tips & gotchas

Ensure your repository has a clean commit history with descriptive messages, as vague logs may lead to generic output. Review generated notes before publishing to catch context-specific nuances the AI might miss.

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
tldraw
Installs
75

🏢 Official

Published by the company or team that built the technology.