Bmad Os Draft Changelog
Generates a detailed changelog draft for operating system releases, streamlining documentation and improving user understanding 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 bmad-os-draft-changelog npx -- -y @trustedskills/bmad-os-draft-changelog
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bmad-os-draft-changelog": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bmad-os-draft-changelog"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill drafts changelogs based on commit messages. It parses a repository's commit history, extracts relevant information from each commit message, and formats it into a structured changelog document. The resulting changelog can be easily reviewed and incorporated into release notes or other documentation.
When to use it
- Generate a draft changelog for a new software release.
- Quickly create a summary of changes made in a specific time period.
- Automate the process of documenting project updates for stakeholders.
- Produce a preliminary changelog that can be refined by a human editor.
Key capabilities
- Parses commit messages from a Git repository.
- Extracts information from commit messages to populate changelog entries.
- Formats extracted data into a structured changelog document.
- Supports various changelog formats (specific formats not listed).
Example prompts
- "Draft a changelog for the
my-projectrepository." - "Generate a changelog from the last month for the
mainbranch ofmy-repo." - “Create a draft changelog summarizing commits since version 1.0.”
Tips & gotchas
- The quality of the generated changelog depends heavily on well-formatted and descriptive 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.