Changelog Generator
Automatically creates detailed changelogs from your project's commit history, saving 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 composiohq-changelog-generator npx -- -y @trustedskills/composiohq-changelog-generator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"composiohq-changelog-generator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/composiohq-changelog-generator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates changelogs from commit messages. It analyzes a repository's commit history and structures the information into a readable, formatted changelog document suitable for release notes or internal documentation. The generated changelog can be customized with different formatting options to meet specific needs.
When to use it
- Preparing for a software release: Quickly create a summary of changes included in a new version.
- Documenting project history: Automatically maintain a record of updates and improvements over time.
- Generating internal documentation: Provide developers with an overview of recent code modifications.
- Automating repetitive tasks: Eliminate the manual effort of compiling changelogs from commit messages.
Key capabilities
- Parses Git repository commit history.
- Formats commit messages into a structured changelog.
- Customizable output formatting options.
Example prompts
- "Generate a changelog for this repository: [repository URL]"
- "Create a formatted changelog from the last 10 commits."
- "Produce a changelog suitable for release notes, using semantic versioning tags."
Tips & gotchas
- Ensure your commit messages follow a consistent and informative format to maximize the quality of the generated changelog. The skill's effectiveness relies on well-written commit messages.
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.