Changelog Generator
Automatically creates detailed changelogs for software projects, streamlining updates and improving communication with users.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add shipshitdev-changelog-generator npx -- -y @trustedskills/shipshitdev-changelog-generator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"shipshitdev-changelog-generator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/shipshitdev-changelog-generator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the creation of release notes by analyzing code changes to generate structured changelogs. It helps developers document updates, bug fixes, and new features without manually reviewing commit histories.
When to use it
- You need to publish a version update for an open-source project or internal tool.
- Your team has made multiple commits and you want a quick summary of what changed.
- You are preparing release notes for documentation sites like GitHub Releases or GitLab Pages.
- You want to ensure consistent formatting across different development cycles.
Key capabilities
- Analyzes code repositories to identify specific changes.
- Generates structured text suitable for public release notes.
- Categorizes updates into standard sections like "Added," "Changed," and "Fixed."
Example prompts
- "Generate a changelog for the latest commits in my repository, highlighting new features and bug fixes."
- "Create a release note summary based on these specific code changes: [paste commit messages]."
- "Draft a concise update log for version 2.0 using the provided list of modifications."
Tips & gotchas
Ensure your code repository is accessible or provide clear context about the changes, as the AI needs accurate input to generate relevant notes. Review the generated output carefully to verify technical accuracy before publishing.
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.