Generate changeset files for versioning and changelog management in this monorepo.
57
64%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.cursor/skills/changeset/SKILL.mdUse this skill when the user asks to create a changeset or add a changeset.
A changeset is a markdown file with YAML front matter that documents:
Changeset files are stored in .changeset/ directory with a unique filename: {unique-id}.md
---
"package-name": major|minor|patch
"another-package": minor
---
A description of the changes that will appear in the changelog.Use the exact package name from the package's package.json file. Common packages:
cojsonjazz-toolsjazz-runjazz-webhookcojson-core-wasmcojson-core-rncojson-core-napicojson-storage-indexeddbcojson-storage-sqlitecojson-storage-do-sqlitecojson-transport-wscommunity-jazz-vuecreate-jazz-apphash-slashquint-uiImportant: Always check the actual package.json file to get the exact package name.
Important: minor is only for breaking changes. Everything else should be patch.
---
"jazz-tools": patch
---
Added new `useSuspenseCoState` hook for data fetching using Suspense.changeset/ with a unique filename4f90501
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.