CtrlK
BlogDocsLog inGet started
Tessl Logo

robots-meta

Use when applies to all HTML pages. Use when auditing pages that have disappeared from search results or when checking staging vs. production meta tag parity.

61

Quality

72%

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/robots-meta/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 proper progressive disclosure into references/rule.md. Its weakness is actionability and workflow verification: it describes what to inspect and fix but provides no executable command/snippet and no explicit validate-and-confirm checkpoint after correcting directives.

Suggestions

Add a copy-paste-ready inspection snippet, e.g. `curl -s URL | grep -i 'meta name="robots"'` or a short JS snippet to read the rendered robots meta value.

Insert an explicit validation step after Fix (e.g. re-fetch the page and confirm the directive is the intended value before declaring it resolved).

Show a concrete corrected <meta name="robots" content="index, follow"> example in the Fix section rather than only describing the removal.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence: a one-line rationale, a short quick-reference, and tight Check/Fix/Explain sections with no padding or explanation of concepts Claude already knows.

3 / 3

Actionability

It gives concrete, specific guidance (exact <meta name=robots> syntax, content values) but offers no executable command or copy-paste snippet to actually inspect or modify the directive; the anchor for 3 expects copy-paste-ready code/commands.

2 / 3

Workflow Clarity

Check/Fix/Explain supplies a clear sequence, but there is no explicit validation checkpoint or feedback loop confirming the directive was corrected and re-verified, which the rubric expects for risky/batch SEO output.

2 / 3

Progressive Disclosure

The body is a concise overview with a single, clearly signaled one-level reference to references/rule.md (a real file), keeping detailed implementation correctly separated and easy to navigate.

3 / 3

Total

10

/

12

Passed

Description

72%

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 has strong, natural trigger language and a clear niche, but its 'what' half is under-specified: it relies on the skill name to convey the capability rather than stating it in the description. Tightening the opening to name the concrete action would lift completeness and specificity.

Suggestions

Lead the description with the concrete capability, e.g. 'Verify and correct <meta name=robots> directives on HTML pages to control search indexing.'

Keep the 'Use when...' clause but ensure the what/action is stated explicitly in the prose, not just implied by the skill name.

Consider adding the common trigger phrasing 'noindex' or 'pages missing from Google' to broaden trigger coverage.

DimensionReasoningScore

Specificity

The description names the SEO/robots-meta domain and some audit actions ('auditing pages that have disappeared', 'checking staging vs. production meta tag parity') but does not list multiple concrete operations like the top anchor does.

2 / 3

Completeness

It provides an explicit 'Use when' clause answering 'when', but the 'what' is only implied via the name and audit context; the description never states the concrete capability (set/verify robots meta directives), so it is not a clean 3.

2 / 3

Trigger Term Quality

It surfaces natural phrasings a user would say ('pages that have disappeared from search results', 'staging vs. production meta tag parity', 'robots') giving good coverage of real-world trigger terms.

3 / 3

Distinctiveness Conflict Risk

The robots-meta / indexing niche with distinct triggers ('disappeared from search results', 'meta tag parity') is clearly scoped and unlikely to collide with unrelated skills.

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