Changelog Generator
This tool automatically creates detailed changelogs for software projects, saving developers time and ensuring clear communication of updates.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add hainamchung-changelog-generator npx -- -y @trustedskills/hainamchung-changelog-generator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hainamchung-changelog-generator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hainamchung-changelog-generator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The hainamchung-changelog-generator skill automatically creates changelogs from commit messages. It parses a repository's commit history and formats the information into a structured changelog document, saving time and ensuring consistency in release notes. This tool is particularly useful for open-source projects or teams that maintain software libraries.
When to use it
- Generate release notes for a new version of your software project.
- Quickly create a summary of changes made between two specific versions.
- Automate the changelog creation process as part of a continuous integration/continuous delivery (CI/CD) pipeline.
- Produce a formatted changelog for documentation purposes.
Key capabilities
- Parses commit messages from Git repositories.
- Formats parsed data into a structured changelog document.
- Automates the changelog generation process.
Example prompts
- "Generate a changelog for my project's repository at [repository URL]."
- "Create a changelog between versions 1.0 and 2.0 of my software."
- βCan you make a changelog from these commit messages: [paste commit messages here]β
Tips & gotchas
The skill relies on well-formatted Git commit messages for accurate results. Ensure your team follows consistent commit message conventions to maximize the quality of the generated changelog.
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.