changelog-generator
Changelog Generator
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/changelog-generatorWhat This Skill Does
The Changelog Generator is a specialized engineering utility designed to automate the lifecycle of software release documentation. By leveraging Conventional Commit standards, the skill parses raw git history or commit streams and transforms them into structured, human-readable changelogs. It acts as an abstraction layer between chaotic git history and professional documentation, providing logic to determine semantic versioning (SemVer) bumps while rendering output into standard formats like Keep a Changelog. It includes a robust linter to enforce commit message hygiene, ensuring that all contributors adhere to the same standards before code reaches the main branch.
Installation
To integrate the Changelog Generator into your OpenClaw environment, use the standard package manager command:
clawhub install openclaw/skills/skills/alirezarezvani/changelog-generator
Use Cases
This skill is indispensable for DevOps engineers and software leads managing release cadences. Use it during Continuous Integration (CI) pipelines to automatically generate release notes upon tagging a version. It is equally effective during Pull Request checks; by integrating the provided linter, you can prevent non-compliant commits from merging into production branches. Teams working in monorepos will find the scoped filtering capabilities particularly useful for separating release notes by package or subsystem, maintaining clarity even in large-scale projects.
Example Prompts
- "Generate a changelog for the current release based on all commits between v1.3.0 and HEAD, and format it in Markdown."
- "Lint the last five commits in my repository to ensure they comply with Conventional Commit standards, reporting any errors in JSON format."
- "Create a summary of breaking changes since v1.2.0 and update the CHANGELOG.md file directly with a new section for version v1.3.0."
Tips & Limitations
The tool relies heavily on the quality of commit messages; if contributors use vague titles like "fix stuff," the generator will produce equally vague changelogs. Always encourage your team to use explicit types like 'feat' or 'fix'. Note that the tool is designed to prepend data; be cautious with large-scale renames or massive history re-writes, as these can produce noisy release notes. Finally, ensure that the environment running the scripts has access to the full git history, as shallow clones may lead to incomplete parsing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-changelog-generator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.