CtrlK
BlogDocsLog inGet started
Tessl Logo

update-version

Update `AvailableFrom` in a PR to the next Remotion patch version (`main` + `0.0.1`).

60

Quality

68%

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 ./.agents/skills/update-version/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

80%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.

The content is lean and well-organized with concrete executable git commands, but the actual edit and commit steps lack concrete commands, and the batch update workflow is missing a validation checkpoint before push.

Suggestions

Add an explicit verification step before commit/push (e.g. re-run the step 2 diff to confirm every touched `AvailableFrom` now equals the computed version and none were missed).

Provide a concrete command or pattern for the step 3 edit (e.g. a `sed`/`rg` replacement scoped to the PR diff) instead of an instruction-only description.

Specify the commit message format/command in step 5 so the final action is fully executable.

DimensionReasoningScore

Conciseness

The body is lean — a one-line trigger, numbered steps, and concrete git commands with no padding or explanations of concepts Claude already knows; the `4.0.468` → `4.0.469` example earns its place by disambiguating the increment, fitting the 5 anchor.

5 / 5

Actionability

Steps 1 and 2 give copy-paste-ready git commands, but step 3 (the actual `AvailableFrom` edit) and step 5 (commit/push) are described as instructions without concrete commands, leaving minor gaps that fit the 4 anchor rather than the fully executable 5.

4 / 5

Workflow Clarity

Steps are clearly sequenced 1-5 with a guardrail (step 4), but updating multiple `AvailableFrom` values across docs is a batch operation with no validation/verification checkpoint before the commit and push, so the workflow-clarity cap of 3 applies per the batch-operation rule.

3 / 5

Progressive Disclosure

The skill is under 50 lines, single-purpose, and needs no external references (none of references/scripts/assets exist), with well-organized numbered sections, so the simple-skill exception lets it score 5.

5 / 5

Total

17

/

20

Passed

Description

57%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.

The description is specific and clearly distinct within the Remotion niche, but it omits an explicit "Use when..." trigger clause, capping completeness, and offers only a single concrete action with limited keyword variations.

Suggestions

Add an explicit "Use when..." clause to the description (e.g. "Use when a PR bumps Remotion docs `AvailableFrom` attributes") so the trigger guidance is self-contained.

Include a couple of natural synonyms such as "version bump" or "release version" alongside "patch version" to broaden trigger coverage.

Optionally name the second action (commit/push) to lift specificity above a single action.

DimensionReasoningScore

Specificity

Names one concrete action — "Update `AvailableFrom` in a PR to the next Remotion patch version" — with the computation detail ("`main` + `0.0.1`"), but it is a single action rather than a list of several, matching the 1-2 concrete actions anchor rather than the several-actions anchor at 4.

3 / 5

Completeness

It clearly states what the skill does but the "when" trigger lives in the body, not the description; per the guideline a missing "Use when..." clause caps completeness at 3.

3 / 5

Trigger Term Quality

Relevant domain keywords ("AvailableFrom", "PR", "Remotion", "patch version") are present and are what a maintainer would naturally say, but there are no common variations or synonyms (e.g. "version bump", "release version"), fitting the 3 anchor.

3 / 5

Distinctiveness Conflict Risk

The Remotion-specific `AvailableFrom` field and "next patch version" framing carve a clear niche with distinct triggers and minimal overlap with other skills, matching the 5 anchor.

5 / 5

Total

14

/

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
remotion-dev/remotion
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.