๐Ÿ“
WritingGo

Changelog Generator

by runkids

Changelog Generator is a Writing skill for Claude Code, published by runkids in skillshare.

2.6K stars157 forkson runkids/skillshareAdded 2026/08/18+1% in starsRepository updated 2026/08/10
agenthubaiclaude-codeclicodexcodex-skillscopilotcross-machine-synccursorgeminigoguiopenclawskillsskills-auditskills-managementskills-managerskills-uiskillshareteam-management
Install in seconds
Install Changelog Generator
Copy Changelog Generator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/runkids/skillshare/tree/main/.skillshare/skills/skillshare-changelog ~/.claude/skills/skillshare-changelog

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/runkids/skillshare.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.skillshare/skills/skillshare-changelog/SKILL.md in runkids/skillshare
Installs to
~/.claude/skills/skillshare-changelog
Collection
One of 11 skills cataloged from this repository
Category
Writing โ€” 1012 skills

What Changelog Generator does

Changelog Generator creates a CHANGELOG.md entry from conventional commits between git tags and syncs the website changelog page. Use it when asked to generate a changelog or document what changed since the last release.

Changelog Generator is cataloged under Writing on DirSkills. Changelog Generator comes from a repository tagged agenthub, ai, claude-code, cli and codex.

Documentation

README

Generate a CHANGELOG.md entry for a release. $ARGUMENTS specifies the tag version (e.g., v0.16.0) or omit to auto-detect via git describe --tags --abbrev=0.

Scope: This skill updates CHANGELOG.md and syncs the website changelog (website/src/pages/changelog.md). It does NOT generate RELEASE_NOTES, update version numbers, or handle the full release workflow โ€” use /release for that.

Workflow

Step 1: Determine Version Range

# Auto-detect latest tag
LATEST_TAG=$(git describe --tags --abbrev=0)
# Find previous tag
PREV_TAG=$(git describe --tags --abbrev=0 "${LATEST_TAG}^")

echo "Generating changelog: $PREV_TAG โ†’ $LATEST_TAG"

Step 2: Collect Commits

git log "${PREV_TAG}..${LATEST_TAG}" --oneline --no-merges

Step 3: Categorize Changes

This is the opening of the README. Read the full README on GitHub.

Commands Changelog Generator provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /release

Frequently asked about Changelog Generator

  • What else does runkids publish alongside Changelog Generator?

    Changelog Generator is one of 11 skills that DirSkills catalogs from runkids/skillshare, the repository it ships in. Its siblings there include Clean, Implement Feature and Skill Authoring. Each one is a separate skill with its own page in this directory, installs the same way Changelog Generator does, and is maintained by runkids in that same repository. The rest of the collection is listed on the runkids/skillshare page.

  • How does Changelog Generator compare to other Writing skills?

    Changelog Generator ranks #240 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Changelog Generator against them. Open each page to compare what they document and how they install.

More from runkids/skillshare

Changelog Generator is one of 11 skills cataloged on DirSkills from runkids/skillshare.

See all 11 skills โ†’
๐Ÿ”
2w ago

Clean

Clean helps with code reviews by checking for bugs, test coverage, and coding standards.
Quality
2.6K157
๐Ÿงช
2w ago

Implement Feature

Implement Feature writes Go code and tests for the Skillshare CLI using a test-first workflow. Use it when adding commands, flags, internal packages, or implementing functionality from a spec.
Quality
2.6K157
๐Ÿ“
2w ago

Skill Authoring

Skill Authoring walks through creating a SKILL.md file from scratch, auditing it, testing it, and sharing it with a team. Use it when you need to write custom instructions for AI coding tools like Claude Code, Cursor, or Codex.
AI Engineering
2.6K157
๐Ÿง 
2w ago

Skillshare

Skillshare manages and syncs AI CLI skills and agents across 50+ tools from a single source. Use it to install, update, uninstall, sync, audit, search, and troubleshoot skills or agents in global or project modes.
AI Engineering
2.6K157
๐Ÿงช
2w ago

Skillshare CLI E2E Test

Skillshare CLI E2E Test runs isolated end-to-end tests in a devcontainer using ai_docs/tests runbooks. Use it to execute runbooks, validate features end-to-end, create new runbooks, or test CLI behavior in isolation with ssenv and structured JSON reporting.
Quality
2.6K157
๐Ÿ”
2w ago

Skillshare Codebase Audit

Skillshare Codebase Audit cross-validates CLI flags, documentation, specs, tests, target definitions, handler splits, oplog instrumentation, and web API routes against source code. Use it after refactors, before releases, or when you suspect code, docs, or tests have drifted out of sync.
Quality
2.6K157