CtrlK
BlogDocsLog inGet started
Tessl Logo

changeset

Generate changeset files for versioning and changelog management in this monorepo.

57

Quality

64%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.cursor/skills/changeset/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is concise and well-structured for a simple skill, but the workflow lacks a verification step and the creation step is not fully executable (no unique-id method). Adding a validation checkpoint and concrete file-creation guidance would raise the two lowest dimensions.

Suggestions

Add a verification step to the workflow, e.g. 'Confirm the YAML frontmatter is valid and each package name exists in its package.json before finishing.'

Make creation actionable by specifying how to generate the unique filename (e.g. a slugified timestamp or `npx changeset`-style id) so Claude can write the file directly.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it states the format, package list, bump rules, and a short example without explaining what a changeset or semver is, so every token earns its place.

3 / 3

Actionability

Concrete file format and a worked example are provided, but the actual creation step ('Create the changeset file in `.changeset/` with a unique filename') gives no executable command or unique-id generation method, leaving a key detail incomplete.

2 / 3

Workflow Clarity

The 4-step workflow is sequenced, but there is no validation or verification step to confirm the changeset is well-formed or the package names/bump types are correct, which caps workflow clarity at 2 for a file-writing operation.

2 / 3

Progressive Disclosure

This is a simple, self-contained skill with well-organized sections and no need for external references, which per the scoring notes lets progressive disclosure score 3 on structure alone.

3 / 3

Total

10

/

12

Passed

Description

57%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description states a clear, distinctive purpose but omits an explicit 'Use when...' trigger clause and only partially enumerates concrete actions, capping completeness and trigger coverage at 2. Adding natural trigger phrasing would lift the two lowest dimensions.

Suggestions

Append an explicit trigger clause, e.g. 'Use when the user asks to create or add a changeset, bump a package version, or add a changelog entry.'

Name more concrete actions to raise specificity, e.g. 'Generate changeset files, choose semver bump types, and write changelog entries for versioning in this monorepo.'

DimensionReasoningScore

Specificity

"Generate changeset files for versioning and changelog management" names the domain and a couple of actions, but does not list multiple distinct concrete actions (e.g. bump, write entry, place file), so it stops short of the score-3 anchor.

2 / 3

Completeness

It answers 'what does this do' but contains no 'Use when...' clause or equivalent explicit trigger guidance, which per the judging guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

"changeset files", "versioning", and "changelog" are relevant terms a user might say, but common variations like "changelog entry", "semver bump", or "release notes" are absent, matching the 'some relevant keywords but missing common variations' anchor.

2 / 3

Distinctiveness Conflict Risk

The phrase 'changeset files for versioning and changelog management in this monorepo' carves a clear niche that is unlikely to trigger for unrelated skills, matching the score-3 anchor.

3 / 3

Total

9

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
garden-co/classic-jazz
Reviewed

Table of Contents

Is this your skill?

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.