CtrlK
BlogDocsLog inGet started
Tessl Logo

roborev-design-review

Use only when the user explicitly invokes /roborev-design-review

52

Quality

57%

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 ./internal/skills/claude/roborev-design-review/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%Weight 40%Scale 1-3

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

The body is a well-structured, highly actionable workflow with explicit validation and error-recovery steps, appropriate for an explicit-invocation command skill. Its main weakness is redundancy: the command block is repeated across two sections, slightly inflating the token budget.

Suggestions

De-duplicate the bash command block between section 2 and section 3 by defining it once and referencing it, to reduce token waste.

Consider trimming the 'guidelines, not a rigid script / defer to CLAUDE.md' boilerplate if project conventions already cover it.

DimensionReasoningScore

Conciseness

The body is mostly lean with concrete commands, but the full bash command block (the read/heredoc + git rev-parse + roborev review snippet) is duplicated verbatim in both section 2 and section 3, and the 'guidelines, not a rigid script' boilerplate could be trimmed, fitting 'mostly efficient but could be tightened.'

2 / 3

Actionability

It provides fully executable, copy-paste-ready bash commands including the heredoc ref capture, git rev-parse validation, and the exact roborev review invocation with flag variations, matching the 'fully executable code/commands' anchor.

3 / 3

Workflow Clarity

A clearly sequenced 5-step workflow with an explicit validation checkpoint (input validation / git rev-parse), error-handling feedback loop (report errors, suggest roborev status/init), and a checklist for presenting results matches the top anchor.

3 / 3

Progressive Disclosure

No bundle files are needed and the content is well-organized into clearly signaled sections (Usage, Instructions, Examples, See also) with only shallow one-level cross-skill links, which for a self-contained skill earns the top anchor per the simple-skills note.

3 / 3

Total

11

/

12

Passed

Description

30%Weight 40%Scale 1-3

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 functions as a precise invocation gate but fails to describe what the skill actually does, leaving the 'what' half of completeness entirely missing. Its distinctiveness is strong because of the explicit-command trigger, but it lacks capability specificity and natural-language trigger coverage.

Suggestions

Add a what-it-does clause, e.g. 'Request a design review for a commit and present the results' before the trigger guidance.

Include a brief 'Use when...' phrasing with natural terms (e.g. 'when the user requests a design review') rather than only the literal slash command.

DimensionReasoningScore

Specificity

The description only states a trigger condition ("Use only when the user explicitly invokes /roborev-design-review") and names no concrete actions or capabilities the skill performs, matching the 'vague or no actions' anchor.

1 / 3

Completeness

It answers when to use the skill but not what it does; per the anchor, missing either 'what' or 'when' warrants a 1, and here the 'what' (request/present a design review) is entirely absent from the description.

1 / 3

Trigger Term Quality

"roborev-design-review" surfaces the relevant natural keywords (design review), but the only trigger is the literal slash command with no coverage of common phrasings a user might say, fitting 'some relevant keywords but missing common variations.'

2 / 3

Distinctiveness Conflict Risk

Being gated to an explicit literal command ("Use only when the user explicitly invokes /roborev-design-review") gives it a clear, distinct trigger that is unlikely to fire for the wrong skill.

3 / 3

Total

7

/

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
roborev-dev/roborev
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.