Release Iterate Changelog
Automatically generates a detailed changelog from your releases and iterations, streamlining documentation & improving transparency for development teams.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add release-iterate-changelog npx -- -y @trustedskills/release-iterate-changelog
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"release-iterate-changelog": {
"command": "npx",
"args": [
"-y",
"@trustedskills/release-iterate-changelog"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the process of generating changelogs from commit messages. It parses a Git repository's history, extracts relevant information from commit messages, and formats this data into a structured changelog document. The resulting changelog can be easily integrated into release notes or other documentation.
When to use it
- Generating release notes for software projects using Git version control.
- Creating automated summaries of changes for internal teams.
- Producing changelogs for open-source projects adhering to conventional commit message standards.
- Maintaining a historical record of project modifications.
Key capabilities
- Parses Git repository history.
- Extracts information from commit messages.
- Formats data into a structured changelog document.
- Supports Conventional Commit format.
Example prompts
- "Generate a changelog for the
mainbranch of my project." - "Create a changelog between versions 1.0 and 2.0 from this repository."
- “Summarize changes in commit messages since last release.”
Tips & gotchas
- The skill relies on well-formatted commit messages following the Conventional Commit standard for optimal results. Ensure your team adheres to these guidelines.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.