Changelog Creator
Generates detailed changelogs for software projects, streamlining updates and improving communication with users & developers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add changelog-creator npx -- -y @trustedskills/changelog-creator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"changelog-creator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/changelog-creator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The changelog-creator skill automatically generates a formatted changelog based on provided commit messages. It parses commit history, extracts relevant information from each commit message, and structures it into a human-readable changelog document suitable for release notes or internal documentation. This helps streamline the process of documenting software changes and keeping track of project evolution.
When to use it
- Generating Release Notes: Quickly create a changelog for a new software release based on recent commit history.
- Documenting Project History: Produce a comprehensive record of changes made to a codebase over time.
- Automating Documentation Tasks: Reduce manual effort in maintaining project documentation by automating the changelog creation process.
- Internal Team Communication: Share a clear and concise summary of recent development activities with your team.
Key capabilities
- Parses commit messages
- Extracts information from commits
- Formats output into a changelog document
Example prompts
- "Create a changelog for the 'my-project' repository."
- "Generate a changelog from the last 10 commits of the 'feature-branch'."
- "Make a changelog in markdown format, summarizing changes to version 2.5."
Tips & gotchas
The quality of the generated changelog depends heavily on well-formatted commit messages. Ensure your team follows consistent commit message conventions for best results.
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.