CtrlK
BlogDocsLog inGet started
Tessl Logo

animation-performance

Use when reviewing stylesheets, component styles, and responsive behavior related to Use transform and opacity for animations. Check the rendered layout across breakpoints and interaction states before proposing a fix.

65

Quality

78%

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 ./skills/animation-performance/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%

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

The body is well-structured and uses progressive disclosure correctly, but it spends tokens re-explaining rendering-pipeline concepts Claude already knows, lacks executable code examples in the body, and presents its Check/Fix/Explain/Code Review guidance as parallel modes with no validation checkpoint, capping three of four dimensions at 2.

Suggestions

Trim or remove the opening pipeline explainer (style recalculation, layout, paint, composite, main-thread contention, GPU thread) — Claude already knows this; keep only the actionable rule that layout properties must not be animated and transform/opacity should be used instead.

Add a minimal executable snippet to the Fix section (e.g., a before/after CSS pair showing `top: 0→100px` converted to `transform: translateY(100px)`) so the body is copy-paste ready rather than deferring all code to references/rule.md.

Turn Check → Fix into an explicit ordered workflow with a validation step, e.g. after converting, re-scan the file for remaining animated layout properties (top/left/width/height/margin) and confirm none are left before reporting the fix complete.

DimensionReasoningScore

Conciseness

The opening paragraph explains the browser rendering pipeline, main-thread contention, and GPU compositor — concepts Claude already knows — which is the kind of unnecessary conceptual padding the rubric penalizes; the Quick Reference and Check/Fix sections are lean, so it is 'mostly efficient but includes some unnecessary explanation' rather than fully lean (3) or padded (1).

2 / 3

Actionability

Concrete mappings are given ("position changes to translate(), size changes to scale()", "will-change: transform sparingly", "prefers-reduced-motion") and the review guidance is specific, but the body itself contains no executable code or complete example — those are deferred to references/rule.md — so it lands at 'some concrete guidance but incomplete' rather than copy-paste ready (3).

2 / 3

Workflow Clarity

Check / Fix / Explain / Code Review sections are present, but they read as parallel guidance modes rather than a strictly ordered sequence, and there is no validation checkpoint (e.g., 'confirm no layout-triggering properties remain' or 'verify 60fps after the change'), which keeps it at 'steps listed but validation gaps' instead of clear sequenced workflow with feedback loops (3).

2 / 3

Progressive Disclosure

SKILL.md is a concise overview with clearly signaled one-level-deep navigation ("see `references/rule.md`"), and references/rule.md is a real bundle file verified to exist; content is appropriately split with easy navigation, matching the top anchor rather than the score-2 'references present but not clearly signaled'.

3 / 3

Total

9

/

12

Passed

Description

100%

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, trigger-rich, and explicitly answers both what it does and when to use it, scoring at the top of every dimension. The only blemish is stylistic: the rule title "Use transform and opacity for animations" is embedded mid-sentence with a capitalized verb ("responsive behavior related to Use transform and opacity for animations"), which reads as a copy-paste artifact rather than natural phrasing.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "reviewing stylesheets, component styles, and responsive behavior", "Check the rendered layout across breakpoints and interaction states", and "proposing a fix" — matching the anchor for several specific concrete actions rather than the score-2 partial coverage.

3 / 3

Completeness

An explicit "Use when reviewing stylesheets…" trigger answers 'when', and the reviewing/checking/proposing-a-fix actions answer 'what', satisfying both halves; the present 'Use when…' clause avoids the completeness cap at 2.

3 / 3

Trigger Term Quality

Includes natural frontend terms a user would actually say — "stylesheets", "component styles", "responsive behavior", "animations", "breakpoints", "interaction states" — giving good coverage rather than the score-2 'some relevant keywords but missing common variations'.

3 / 3

Distinctiveness Conflict Risk

Tied to a specific niche (the transform/opacity animation-performance rule plus breakpoint/responsive review) with distinct triggers, unlikely to fire for unrelated skills; not the score-2 'could still overlap' case.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
thedaviddias/Front-End-Checklist
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.