From brandtam-skills
Prepare a release from pending changesets by previewing the next version, generating the changelog, archiving consumed notes, and preparing tag or GitHub Release steps. Use when the user asks to prepare, cut, publish, or generate a release from pending changesets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brandtam-skills:prepare-releaseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants to turn pending changesets into a release.
Use this skill when the user wants to turn pending changesets into a release.
AGENTS.md, CLAUDE.md, and release docs..changeset/*.md files exist.If the workflow is missing, stop and say the repo does not have changeset release tooling installed. Do not scaffold it from this skill.
If there are no pending changesets, stop and report that there is nothing to release.
CHANGELOG.md..changeset/released/<version>/.references/release-workflow.md.references/github-releases.md.references/examples.md.npx claudepluginhub brandtam/skills --plugin brandtam-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.