changesets
Installation
SKILL.md
/changesets create
Decide whether the current branch needs a changeset, then either write one or
report that none is required. Full policy lives in
references/policy.md; this file is the decision flow
for the create subcommand.
Subcommand
create is the only supported subcommand. Any other argument: report
unsupported and stop.
Workflow
1. Resolve the branch and base
git rev-parse --abbrev-ref HEAD
git fetch origin main --quiet
Related skills
More from clerk/cli
clerk-cli
>-
6audit-clerk-skill
Audits the Clerk CLI source tree and proposes updates to the bundled `clerk-cli` skill so it stays in sync with the binary. Use when the user says "audit the clerk-cli skill", "update the clerk-cli skill", "check the skill against the code", "resync clerk-cli skill", or after adding/renaming/removing CLI commands, flags, or agent-mode behavior.
4clerk
>-
3