Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Assists with managing versioning and changelogs in JavaScript/TypeScript monorepos using Changesets. Use when automating semantic versioning, generating changelogs from PRs, coordinating multi-package releases, or publishing to npm. Trigger words: changesets, versioning, changelog, npm publish, monorepo release, semver.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -17% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -29% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 46% | 0% |
Changesets is a versioning and changelog management tool for JavaScript/TypeScript monorepos. Developers add changeset files describing their changes, then CI consumes them to bump package versions, generate changelogs, and publish to npm with coordinated releases across interdependent packages.
npx changeset, select affected packages, choose the semver bump type (patch, minor, major), write a user-facing description, and commit the generated .changeset/xxx.md file with the PR.npx changeset version to consume pending changesets, bump package.json versions, update CHANGELOG.md per package, and handle dependency bumps automatically.npx changeset publish to publish changed packages to npm, create git tags, and skip unchanged packages.changesets/action in GitHub Actions to automatically create a "Version Packages" PR and publish on merge.linked for packages that must share the same version (CLI + SDK) and fixed for monorepo-wide versioning.--snapshot preview) for CI testing or pre-release mode (changeset pre enter next) for -next.0 versions.User request: "Configure Changesets for automated versioning and publishing in my Turborepo monorepo"
Actions:
@changesets/cli and run npx changeset init to create .changeset/config.json@changesets/changelog-github for PR links and author attributionchangesets/action to GitHub Actions for automatic "Version Packages" PR creationOutput: A monorepo with automated versioning, changelog generation, and npm publishing triggered by merging the version PR.
User request: "Release a major version bump for our core package and patch bumps for all dependents"
Actions:
npx changeset and select the core package with major bumpnpx changeset version which bumps the core package and patches all dependentsOutput: A coordinated release with a major bump on the core package and automatic patch bumps on all dependent packages.
linked for packages that must stay in sync, such as CLI and SDK pairs.0.0.0-timestamp versions for CI testing.@changesets/changelog-github for open-source projects to include PR links and author attribution..changeset/config.json in the repo root as project configuration.Other measured skills in the registry, with their headline benchmark lift.