askill
create-changeset

create-changesetSafety 95Repository

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.

568 stars
11.4k downloads
Updated 3/14/2026

Package Files

Loading files...
SKILL.md

Create Changeset

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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

63/100Analyzed 3/17/2026

A moderately useful skill for creating changesets in the ledger-live monorepo. Provides clear file format, package name reference table, and impact level guidance. However, missing the critical CLI command to actually create changesets, and is highly specific to the ledger-live project with its particular package naming conventions. Located in .cursor/skills/ suggests internal agent configuration. Good structure and examples, but incomplete for practical use."

95
80
45
65
60

Metadata

Licenseunknown
Version-
Updated3/14/2026
PublisherLedgerHQ

Tags

observability