ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

changelog-generator

Changelog Generator

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alirezarezvani/changelog-generator
Or

What 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

  1. "Generate a changelog for the current release based on all commits between v1.3.0 and HEAD, and format it in Markdown."
  2. "Lint the last five commits in my repository to ensure they comply with Conventional Commit standards, reporting any errors in JSON format."
  3. "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

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alirezarezvani-changelog-generator": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#git#automation#engineering#changelog#devops
Safety Score: 4/5

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.

alirezarezvani 4473

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.

alirezarezvani 4473

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.

alirezarezvani 4473

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.

alirezarezvani 4473

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.

alirezarezvani 4473