Changelog Update
This skill automatically generates a detailed changelog update based on code changes, saving time and ensuring clear communication for users.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add changelog-update npx -- -y @trustedskills/changelog-update
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"changelog-update": {
"command": "npx",
"args": [
"-y",
"@trustedskills/changelog-update"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automatically updates a changelog file based on provided commit messages. It parses commit history, extracts relevant information (commit message, author, date), and formats it into a standardized changelog entry. The resulting changelog can then be used for release notes or internal documentation.
When to use it
- Generating Release Notes: Automatically create a draft of release notes from your project's commit history.
- Maintaining Internal Documentation: Keep an up-to-date record of changes made to a software project.
- Automating Changelog Updates: Reduce manual effort and ensure consistency in changelog entries.
- Creating Versioned Records: Easily track the evolution of a product or feature over time.
Key capabilities
- Parses commit messages
- Extracts author, date, and message details from commits
- Formats extracted information into changelog entries
- Updates existing changelog files
Example prompts
- "Update the changelog for the
my-projectrepository." - "Generate a changelog entry for commit hash
a1b2c3d4e5f6." - “Create a changelog from the last 10 commits in my project.”
Tips & gotchas
- The skill relies on well-formatted commit messages to accurately extract information. Consistent commit message conventions are recommended.
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.