changeset

Installation
SKILL.md

Create Changesets

Overview

Generate changesets, update documentation, draft blog entries, and update skills for user-facing changes.

Steps

  1. Analyze changes

    • Compare current branch to master to identify modified packages
    • Group changes by impact type (feature, fix, breaking)
    • Identify transitive dependencies that expose the change
    • Check for modified skills in .cursor/skills/ and packages/*/.cursor/skills/
  2. Determine affected packages

    • Include directly modified packages
    • Add transitive dependents when interfaces/behaviors are exposed:
      • @data-client/endpoint → also select @data-client/rest, @data-client/graphql
      • @data-client/core or @data-client/normalizr → also select @data-client/react, @data-client/vue
Related skills

More from reactive/data-client

Installs
20
GitHub Stars
2.0K
First Seen
Feb 21, 2026