Skip to content
AI & Agents
Command

/changelog

Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]

From plugin
alirezarezvani-claude-skills
26k150 skills116 agents150 commands2 MCP
Install
$ npx -y skills add alirezarezvani/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/changelog

Context preview

What this command does when you run it.

Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]

Command definition

changelog.md
name: changelog
description: "Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]"
argument-hint: "<generate|lint> [options]"

/changelog

Generate Keep a Changelog entries from git history and validate commit message format.

Usage

/changelog generate [--from-tag <tag>] [--to-tag <tag>]    Generate changelog entries
/changelog lint [--from-ref <ref>] [--to-ref <ref>]       Lint commit messages

Examples

/changelog generate --from-tag v2.0.0
/changelog lint --from-ref main --to-ref dev
/changelog generate --from-tag v2.0.0 --to-tag v2.1.0 --format markdown

Scripts

  • `engineering/skills/changelog-generator/scripts/generate_changelog.py` — Parse commits, render changelog (`--from-tag`, `--to-tag`, `--from-ref`, `--to-ref`, `--format markdown|json`)
  • `engineering/skills/changelog-generator/scripts/commit_linter.py` — Validate conventional commit format (`--from-ref`, `--to-ref`, `--strict`, `--format text|json`)

Skill Reference

→ `engineering/skills/changelog-generator/SKILL.md`

Ships withalirezarezvani-claude-skills

388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.

Get the whole plugin

Other commands on alirezarezvani-claude-skills.