Changesets banner
cfdude cfdude

Changesets

Documentation community

Description

--- description: List pending .changesets/*.md fragment files for CHANGELOG.md consolidation allowed-tools: Bash, Read --- List every `.changesets/<epic-id>.md` fragment a hierarchy child has written, so the orchestrator can consolidate them into `CHANGELOG.md` at release time without a shared-header merge conflict. See the `conductor` skill's "Epic-hierarchy orchestration" section for why this convention exists (a parallel batch editing `CHANGELOG.md`'s `## [Unreleased]` section directly hit a

Installation

Installs to ~/.claude/skills/cfdude-pm-changesets/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cfdude-pm-changesets && curl -fsSL https://raw.githubusercontent.com/cfdude/pm/HEAD/commands/changesets.md -o ~/.claude/skills/cfdude-pm-changesets/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository