CtrlK
BlogDocsLog inGet started
Tessl Logo

hyphens

Use when auditing URL structures for word separator format, generating slugs from titles, or planning a URL migration from underscores or spaces to hyphens with appropriate redirects.

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

Quality

Content

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

Well-structured body with executable slug code and a clean one-level reference to rule.md. The main weaknesses are redundant concept explanation and a migration workflow that lacks validation checkpoints for a destructive/batch operation.

Suggestions

Add a validation step to the Fix workflow, e.g. 'Verify each old URL returns a 301 to its hyphenated equivalent and that the new sitemap only lists hyphenated URLs'.

Remove or condense the 'Explain' section, since the intro already covers that Google treats hyphens as word separators and underscores as joiners.

Tighten the intro paragraph to avoid re-explaining basic URL-tokenization behavior that Claude already knows.

DimensionReasoningScore

Conciseness

Mostly efficient with clear sections, but the intro and 'Explain' section both re-explain that Google treats hyphens as word separators and underscores as joiners — a concept Claude already knows and that is stated twice.

3 / 5

Actionability

Provides executable slug-generation code and concrete flagging criteria, with the main gap being that redirect setup is described abstractly rather than with server-config examples (deferred to references).

4 / 5

Workflow Clarity

The 7-step Fix sequence is clear, but this is a batch URL-migration operation with no validation checkpoint — there is no step to verify 301s resolve, confirm the old URLs no longer 200, or validate the updated sitemap, which caps the score at 3.

3 / 5

Progressive Disclosure

The body is a well-organized overview (Quick Reference, Check, Fix, Explain, Code Review) that clearly signals a single one-level-deep reference ('see references/rule.md'), which exists as a real file.

5 / 5

Total

15

/

20

Passed

Description

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

A strong, third-person description with an explicit 'Use when' trigger and three concrete actions, giving it high completeness and distinctiveness. Trigger-term coverage is good but could add a few more natural synonyms.

DimensionReasoningScore

Specificity

Lists three concrete, distinct actions — 'auditing URL structures for word separator format', 'generating slugs from titles', 'planning a URL migration ... with appropriate redirects' — matching the comprehensive-coverage anchor.

5 / 5

Completeness

Explicitly states what the skill does (audit, generate slugs, plan migration with redirects) and opens with a clear 'Use when ...' trigger clause listing three concrete scenarios.

5 / 5

Trigger Term Quality

Natural terms like 'URL migration', 'slugs from titles', 'underscores or spaces to hyphens', and 'redirects' are present and likely user-spoken, though common synonyms like 'SEO-friendly URLs' or 'URL format' are absent.

4 / 5

Distinctiveness Conflict Risk

The narrow niche of URL word-separator auditing and underscore-to-hyphen migration has distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

19

/

20

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.