Create Changeset

SkillDocs & knowledge

Create changesets for the ledger-live monorepo using @changesets/cli. Use when the user asks to add a changeset, prepare a release, or document package changes for a PR.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Create Changeset skill

What this skill tells your AI

The instructions your AI receives, as published by ledgerhq/ledger-live in .agents/skills/create-changeset/SKILL.md and read by ahel’s review.

Create a .changeset/<adjective-noun-verb>.md file (human-readable random identifier, matching @changesets/cli convention) with this format:

---
"package-name": minor
---

Short description of the change

Package Names

Package names must match exactly what's in each package.json:

App / LibPackage name
Mobile applive-mobile
Desktop appledger-live-desktop
Common lib@ledgerhq/live-common
Coin modules@ledgerhq/coin-<name> (e.g. @ledgerhq/coin-sui)
Other libsCheck the lib's package.json name field

Impact Levels

LevelWhen to use
minorNew features, bug fixes, non-breaking changes
majorBreaking changes (rare, requires discussion)
patchInternal-only changes, dependency bumps

Description

  • One line, concise but descriptive
  • Format: <verb> <what> or conventional commit style
  • Examples:
    • Add portfolio analytics dashboard with performance metrics
    • Fix transaction signing issue on mobile
    • Flush mobile content card click analytics before opening links

Signals

GitHub stars
618
Forks
490
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
create-changeset
Source
github.com/ledgerhq/ledger-live