CtrlK
BlogDocsLog inGet started
Tessl Logo

es-modules

Use when reviewing scripts, client components, bundles, or runtime behavior related to Use ES modules (import/export). Inspect both source code and the browser execution path so fixes target the real bottleneck or bug.

63

Quality

75%

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/es-modules/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

The skill body is concise and well-structured with clean progressive disclosure to a single reference file. Its weaknesses are actionability — the body has no executable examples and the referenced code blocks are incomplete — and missing validation checkpoints in the review workflow.

Suggestions

Add at least one complete, executable before/after code example (CommonJS require/module.exports → import/export) either inline or by filling the empty code blocks in references/rule.md.

Insert an explicit verification step in the workflow — e.g., confirm the bundle still builds and the changed module path executes correctly in the browser after conversion.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — terse Quick Reference bullets and short Check/Fix/Explain sections with no padding about what ES modules are, so every token earns its place.

3 / 3

Actionability

The body gives some concrete guidance (e.g., 'Convert all require() and module.exports statements to ES module import/export syntax') but no executable code or copy-paste examples in the body itself, and the referenced rule.md contains several empty/incomplete code blocks.

2 / 3

Workflow Clarity

Check/Fix/Explain/Code Review sections provide a loose sequence, but there are no explicit validation or verification checkpoints for a code-change task, capping workflow clarity at 2.

2 / 3

Progressive Disclosure

The body is a clear, well-organized overview under 50 lines with a single clearly signaled one-level-deep reference ('see references/rule.md'), and the referenced file exists.

3 / 3

Total

10

/

12

Passed

Description

77%

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 strong on specificity and completeness, with an explicit 'Use when' trigger and concrete actions. It is held back by trigger-term quality (technical-leaning, missing natural variations) and modest overlap risk with general JS review skills.

Suggestions

Add natural trigger terms users would actually say — e.g., 'import/export', 'module syntax', 'tree-shaking', 'CommonJS to ES modules' — alongside the technical phrasing.

Narrow the opening 'reviewing scripts, client components, bundles, or runtime behavior' so it reads as specific to module syntax rather than a general JS review trigger.

DimensionReasoningScore

Specificity

The description names multiple concrete actions — 'reviewing scripts, client components, bundles, or runtime behavior' and 'Inspect both source code and the browser execution path' — matching the anchor for listing several specific concrete actions.

3 / 3

Completeness

It explicitly answers both what (review ES module-related code and inspect the browser execution path) and when ('Use when reviewing scripts, client components, bundles, or runtime behavior'), with an explicit trigger clause.

3 / 3

Trigger Term Quality

It includes relevant keywords (scripts, client components, bundles, runtime behavior, ES modules) but leans technical and omits common natural variations a user would say (e.g., 'import/export', 'tree-shaking', 'module syntax').

2 / 3

Distinctiveness Conflict Risk

The ES modules niche is fairly specific, but the broad 'reviewing scripts, client components, bundles' framing could overlap with other generic JavaScript review skills, so it does not reach the clear-distinct-niche anchor.

2 / 3

Total

10

/

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.