Release Note Crafter

🌐Community
by famaoai-creator · vlatest · Repository

Automatically generates clear and concise release notes from code changes, streamlining communication and improving developer transparency.

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 release-note-crafter npx -- -y @trustedskills/release-note-crafter
2

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

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

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

About This Skill

What it does

The Release Note Crafter skill automatically generates release notes from commit messages. It parses a provided list of commits, extracts relevant information like author, date, and message, and formats this into a structured release note document. The output can be tailored to different formats (e.g., Markdown, HTML).

When to use it

  • Generate release notes for software updates after merging changes from a Git repository.
  • Create concise summaries of project activity for internal team communication.
  • Automate the creation of changelogs for open-source projects.
  • Produce documentation for new features and bug fixes in a product release.

Key capabilities

  • Parses commit messages to extract relevant data.
  • Formats output into Markdown or HTML documents.
  • Supports customization of release note structure.
  • Handles multiple commits at once.

Example prompts

  • "Generate release notes from these commit messages: [paste commit messages here]"
  • "Create a markdown release note document for the latest version, using this list of commits."
  • "Format the following commits into an HTML changelog:"

Tips & gotchas

The quality of the generated release notes depends heavily on well-formatted and descriptive commit messages. Ensure your team follows consistent commit message conventions 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
famaoai-creator
Installs
3

🌐 Community

Passed automated security scans.