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.

70

Quality

86%

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

93%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 body is exceptionally lean and executable with a clear pass condition and a useful edge-case note, fitting a simple single-purpose skill well. The only gap is the absence of explicit error-recovery guidance on what to fix when stylecheck fails.

Suggestions

Add a brief recovery step, e.g. 'If it fails, read the reported violations, fix them, and re-run until exit code is 0.' to make the feedback loop explicit.

Clarify what 'lambda-go errors' are and why they are non-blocking, so the exception is actionable rather than opaque to a fresh reader.

DimensionReasoningScore

Conciseness

Two lean lines with no padding or explanation of concepts Claude already knows; every token earns its place.

5 / 5

Actionability

Provides a fully executable, copy-paste-ready command ('bun run stylecheck') with an explicit success condition ('exit code is 0') plus a concrete exception rule.

5 / 5

Workflow Clarity

The 'until the exit code is 0' clause encodes a clear pass/fail checkpoint and retry loop, but there is no explicit guidance on how to diagnose and fix failures before re-running.

4 / 5

Progressive Disclosure

A simple two-line skill under 50 lines with no need for external references; the simple-skill exception applies and the content is appropriately self-contained.

5 / 5

Total

19

/

20

Passed

Description

78%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 cleanly answers both what and when with a concrete, third-person trigger clause and Remotion-specific scoping. It is slightly under-comprehensive on distinct actions and could add a synonym like 'lint'.

Suggestions

Add 1-2 more concrete actions (e.g., 'auto-fix lint violations') to lift specificity toward a 4 or 5.

Include a natural synonym such as 'lint' or 'linting' alongside 'formatting' to broaden trigger coverage.

Sharpen the trigger to reference Remotion explicitly (e.g., 'Use when the user asks to fix Remotion formatting') to reduce overlap with generic formatting skills.

DimensionReasoningScore

Specificity

Names the Remotion domain and one concrete action ('Run Remotion formatting and style checks until they pass'), but does not enumerate several distinct actions, so it is not comprehensive enough for a 4.

3 / 5

Completeness

Explicitly states what it does ('Run Remotion formatting and style checks until they pass') and when to use it ('Use when the user asks to fix formatting or run the formatting command') with a concrete trigger clause.

5 / 5

Trigger Term Quality

Includes natural user phrases like 'fix formatting', 'run the formatting command', and 'style checks', giving good keyword coverage, though synonyms like 'lint'/'linting' are absent.

4 / 5

Distinctiveness Conflict Risk

The Remotion scope makes it mostly distinct, but the generic 'fix formatting' trigger carries minor overlap risk with general formatting or linting skills.

4 / 5

Total

16

/

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.