From 05f6ec4b41c1bcf78b818e2a273b057bc4d33cc1 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Mon, 25 May 2026 19:06:12 -0700 Subject: [PATCH] fix(add-changeset): shorten frontmatter description for audit compliance --- skills/add-changeset/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skills/add-changeset/SKILL.md b/skills/add-changeset/SKILL.md index 4b766a6..9bc7d84 100644 --- a/skills/add-changeset/SKILL.md +++ b/skills/add-changeset/SKILL.md @@ -1,12 +1,14 @@ --- name: add-changeset -description: "Add a changeset to the current change. Use when preparing a PR that affects published packages, when asked to 'add a changeset' or `add cs`, or when CI reports a missing changeset. Detects monorepos and selects affected packages automatically." +description: "Use this skill when a published-package change needs a changeset (monorepos supported)." --- # Add Changeset A changeset declares which packages are affected by a change, the semver bump type, and a user-facing summary. It lives as a markdown file in `.changeset/` and is consumed automatically by CI to version and publish packages. +Also use when asked to add a changeset, run `add cs`, or when CI reports a missing changeset. Detects monorepos and selects affected packages automatically. + ## When to Add One **Add a changeset when the change:**