From brandtam-skills
Write or update a change set (changeset) file for a pull request or branch, and scaffold the repo-local changeset workflow when it is missing. Use when the user says to write, add, update, or run the change set or changeset for a PR/branch before merge.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brandtam-skills:write-changesetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants the PR or branch to carry a changeset before merge.
Use this skill when the user wants the PR or branch to carry a changeset before merge.
AGENTS.md, CLAUDE.md, and release docs..changeset/, CHANGELOG.md, package scripts, release scripts, PR template, and tests..changeset/*.md file. Update it when it belongs to this PR.major, minor, or patch.Added, Changed, Deprecated, Removed, Fixed, Security, Migration Notes, App Author Notes, Known Issues, or Upgrade Notes.pnpm changeset:check-pr.CHANGELOG.md..changeset/released/.If the repo does not have a changeset workflow, stop and offer to scaffold it. Do not scaffold without user approval.
When approved, read references/scaffold-workflow.md and use the bundled templates/assets if they fit the repo. Before installing the bundled CLI, inspect whether the target repo meets its assumptions (ES modules, an origin/main base branch, and tab-indented package.json), adapt when the right change is clear, and ask only when compatibility requires a user choice.
references/changeset-format.md.references/scaffold-workflow.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.