agentsclimarketplace

Shared changelog

Skill edfenton/claude-skills/shared/shared-changelog

A collection of Claude Code skills for iOS, MERN, NEAN, and shared development workflows

Install
npx -y skills add edfenton/claude-skills --skill shared-changelog

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate CHANGELOG.md from conventional commits with semantic versioning.

SKILL.md

1.7 KB, as published. Nobody here has run it

Purpose

Generate or update CHANGELOG.md from Git history using conventional commits. Supports semantic versioning and release automation.

Arguments

  • --version <v> — Target version (e.g., 1.2.0). If omitted, suggests based on commit types.
  • --from <tag> — Starting point (default: last tag or initial commit)
  • --dry-run — Show changelog without writing

Version inference

Based on commits since last tag:

  • feat with BREAKING CHANGEmajor bump
  • featminor bump
  • fix, perfpatch bump

Commit categories

TypeChangelog section
feat✨ Features
fix🐛 Bug Fixes
perf⚡ Performance
docs📚 Documentation
refactor♻️ Refactoring
test🧪 Tests
build, ci🔧 Build & CI
choreHidden (unless --all)

Changelog format

# Changelog

## [1.2.0] - 2025-01-24

### ✨ Features
- **auth:** add biometric login (#42)

### 🐛 Bug Fixes
- **api:** handle network timeout (#38)

### ⚠️ Breaking Changes
- **config:** rename ENV_VAR to NEW_NAME

Workflow

  1. Parse commits since last tag
  2. Group by type and scope
  3. Infer version (or use provided)
  4. Generate changelog entry
  5. Prepend to CHANGELOG.md (or create)
  6. Optionally create git tag

Output

  • Suggested version
  • Changelog preview
  • File updated (unless --dry-run)

Reference

For templates and customization, see reference/shared-changelog-reference.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.