CtrlK
BlogDocsLog inGet started
Tessl Logo

release

Release vercel-plugin — run gates, bump version, generate artifacts, commit, and push. Use when asked to "release", "ship", "bump and push", or "cut a release".

77

Quality

96%

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

SKILL.md
Quality
Evals
Security

Quality

Content

92%Weight 40%Scale 1-5

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

A well-structured, mostly copy-paste-ready release workflow with explicit gates, feedback loops, and a verification checklist. The only soft spot is the version-bump step, which states the intent but omits an exact editing command.

Suggestions

For step 3, add an exact command for bumping the version (e.g. a jq/sed one-liner against .plugin/plugin.json) so the bump is fully executable rather than an instruction.

Consider noting what to do when `git push` is rejected (e.g. remote ahead) to round out the error-recovery guidance for the push step.

DimensionReasoningScore

Conciseness

Lean body that assumes Claude's competence — no explanation of git/bun/semver concepts — where nearly every line is an actionable command or a non-obvious clarification (e.g. 'no package.json version to sync').

5 / 5

Actionability

Mostly executable with concrete commands (typecheck, test, validate, build, git add/commit/push), but step 3 ('Update the version field in .plugin/plugin.json') gives an instruction rather than an exact command, leaving a minor gap.

4 / 5

Workflow Clarity

Five clearly sequenced steps with explicit validation ('Stop if any gate fails'), feedback loops (pre-commit hook failure → create a new commit, never amend), and a copy-in checklist for this destructive/batch operation.

5 / 5

Progressive Disclosure

Self-contained skill with no bundle files and nothing inlined that belongs in a separate file; well-organized into clearly headed sections that make navigation trivial.

5 / 5

Total

19

/

20

Passed

Description

100%Weight 40%Scale 1-5

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

A tight, third-person description that names concrete actions and gives natural trigger phrases covering both what the skill does and when to use it. No fluff or over-claims.

DimensionReasoningScore

Specificity

Lists five concrete actions — 'run gates, bump version, generate artifacts, commit, and push' — giving comprehensive coverage of the release process rather than vague language.

5 / 5

Completeness

Explicitly answers both 'what' (release vercel-plugin via the listed actions) and 'when' (the named trigger phrases), matching the anchor for clear what-and-when with concrete triggers.

5 / 5

Trigger Term Quality

'Use when asked to "release", "ship", "bump and push", or "cut a release"' provides several natural synonyms a user would actually say; no file extensions apply to this skill.

5 / 5

Distinctiveness Conflict Risk

'Release vercel-plugin' carves a clear niche with distinct release-specific triggers, minimizing overlap with other skills.

5 / 5

Total

20

/

20

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
vercel/vercel-plugin
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.