Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]
cd ~/.claude/skills
git clone https://github.com/alirezarezvani/claude-skills.git claude-skills mkdir -p ~/.claude/skills/changelog
curl -fsSL https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/changelog/SKILL.md \
-o ~/.claude/skills/changelog/SKILL.md Generate Keep a Changelog entries from git history and validate commit message format.
/changelog generate [--from-tag <tag>] [--to-tag <tag>] Generate changelog entries
/changelog lint [--from-ref <ref>] [--to-ref <ref>] Lint commit messages
/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
engineering/changelog-generator/scripts/generate_changelog.py — Parse commits, render changelog (--from-tag, --to-tag, --from-ref, --to-ref, --format markdown|json)engineering/changelog-generator/scripts/commit_linter.py — Validate conventional commit format (--from-ref, --to-ref, --strict, --format text|json)→ engineering/changelog-generator/SKILL.md
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Replace with description of the skill and when Claude should use it.
Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.