CtrlK
BlogDocsLog inGet started
Tessl Logo

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

67

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/web-design-guidelines/SKILL.md

The canonical home for this skill is web-design-guidelines in Draculabo/AntigravityManager

SKILL.md
Quality
Evals
Security

Quality

Content

70%

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

A compact, clearly sequenced skill with good structure and an explicit handling of the no-argument case. It loses points for a duplicated workflow list and for deferring essentially all actionable rule detail to a remote fetch with no inline fallback.

Suggestions

Merge the "How It Works" and "Usage" sections into a single workflow to remove the verbatim step repetition and improve token efficiency.

Add a brief inline summary of the core guideline categories or an example WebFetch invocation so the skill remains actionable even before the remote document loads.

Document a fallback (e.g., error handling or caching) for when the guidelines URL is unreachable.

DimensionReasoningScore

Conciseness

The body is lean, but the "How It Works" and "Usage" sections repeat essentially the same four-step workflow (fetch guidelines, read files, apply rules, output findings), which is unnecessary padding that could be tightened.

2 / 3

Actionability

It supplies a concrete source URL and names WebFetch, but all actual rules and output formatting are deferred to the fetched document, leaving no inline executable guidance or example invocation.

2 / 3

Workflow Clarity

The review process is laid out as a clear numbered sequence with an explicit branch for the no-files case; no destructive or batch step requires a validation checkpoint.

3 / 3

Progressive Disclosure

This is a short single-purpose skill with no bundle files; it is organized into clearly labeled sections and its single external reference is one level deep and explicitly signaled.

3 / 3

Total

10

/

12

Passed

Description

90%

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 well-formed description with explicit what-and-when structure and strong natural trigger terms. Its only weakness is that the capability statement is a single high-level action rather than a list of concrete operations.

Suggestions

Expand the capability clause to list a few concrete actions (e.g., check accessibility, verify layout/typography rules, flag interaction issues) to lift specificity to level 3.

DimensionReasoningScore

Specificity

"Review UI code for Web Interface Guidelines compliance" names the UI domain and a review action but does not enumerate multiple distinct concrete actions, matching the 'names domain and some actions' anchor rather than the multi-action level 3.

2 / 3

Completeness

It states both what it does (review UI code for guideline compliance) and when to use it via an explicit "Use when asked to..." clause with concrete triggers.

3 / 3

Trigger Term Quality

Phrases like "review my UI", "check accessibility", "audit design", "review UX", and "check my site against best practices" are natural terms a user would actually say, giving good coverage.

3 / 3

Distinctiveness Conflict Risk

The Web Interface Guidelines compliance niche is specific with distinct triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

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
joe-bell/cva
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.