CtrlK
BlogDocsLog inGet started
Tessl Logo

formatting

Run Remotion formatting and style checks until they pass. Use when the user asks to fix formatting or run the formatting command.

72

Quality

87%

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

100%

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

An exceptionally lean, fully executable skill body that gives a concrete command with a built-in pass/fail retry loop and a specific exception for non-blocking errors. It is appropriately minimal for its single purpose with no wasted tokens.

DimensionReasoningScore

Conciseness

The body is just two lean lines, both directly actionable with no padding or explanation of concepts Claude already knows, matching the anchor-3 example.

3 / 3

Actionability

"Run `bun run stylecheck` until the exit code is 0" is a fully executable, copy-paste-ready command, and "Do not treat `lambda-go` errors as blocking" gives specific handling guidance.

3 / 3

Workflow Clarity

This single-action skill is unambiguous and embeds a validate-retry loop via "until the exit code is 0"; since stylechecking is non-destructive, the feedback-loop cap does not apply.

3 / 3

Progressive Disclosure

Per the simple-skills note, an under-50-line skill with no need for external references can score 3 with clear, well-organized content, which this two-line body satisfies.

3 / 3

Total

12

/

12

Passed

Description

75%

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 concise, well-structured description that clearly answers both what the skill does and when to use it, with a distinctive Remotion-specific niche. It is slightly held back by limited trigger-term variety and a single named action.

DimensionReasoningScore

Specificity

"Run Remotion formatting and style checks until they pass" names the domain and one concrete action, but does not list multiple distinct concrete actions like the anchor-3 example.

2 / 3

Completeness

It explicitly states what it does ("Run Remotion formatting and style checks until they pass") and when to use it via an explicit "Use when..." clause, matching the anchor-3 example.

3 / 3

Trigger Term Quality

"fix formatting", "run the formatting command", and "Remotion" are relevant natural terms, but coverage misses common variations such as "lint" or "format code".

2 / 3

Distinctiveness Conflict Risk

The "Remotion" qualifier carves out a clear niche with distinct triggers, making it unlikely to fire for unrelated formatting skills.

3 / 3

Total

10

/

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