CtrlK
BlogDocsLog inGet started
Tessl Logo

review-skill

Review a proposed Agent Skill for structural validity and content quality before publishing. Runs the skill-validator CLI to check for structural issues, scores the skill with an LLM judge, and interprets results to advise authors on what to address. Use when a user wants to review, validate, or quality-check an Agent Skill.

72

Quality

88%

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

SKILL.md
Quality
Evals
Security

Quality

Content

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

A well-engineered workflow skill: explicitly ordered steps, real validation gates (exit codes, blocking conditions), executable commands, and a clean one-level reference split across a verified bundle. The only weaknesses are minor — slight repetition between Step 0 and Step 1a and a couple of spots where concrete commands could replace prose hints.

Suggestions

Consolidate the duplicate llm-scoring.md provider-check pointers: state the reference once (e.g., only in Step 1a) instead of at the end of both Step 0 and Step 1a.

Replace the prose hint "search common locations" with a concrete command (e.g., `ls /usr/local/bin/skill-validator /opt/homebrew/bin/skill-validator ~/go/bin/skill-validator 2>/dev/null`) to make Step 1a fully copy-paste executable.

DimensionReasoningScore

Conciseness

The body is mostly lean — commands, decision tables, and option menus with little concept explanation — but has minor repetition, e.g., the llm-scoring.md API-key checks are referenced both at the end of Step 0 and again in Step 1a. It is above the 'unnecessary explanation' level of 3 but not the every-token-earns-its-place level of 5.

4 / 5

Actionability

Most guidance is copy-paste ready: `skill-validator check <path>`, the exit-code table, and a complete heredoc for saving state with placeholders explained ("Replace placeholders with actual values"). Small gaps remain, such as "search common locations" naming directories without giving a concrete command, keeping it below the fully-executable 5 anchor.

4 / 5

Workflow Clarity

Steps 0–6 are explicitly ordered ("Follow every step in order") with hard validation gates — "Do NOT proceed until this succeeds", the exit-code table, and "Do NOT proceed to LLM scoring if exit code is 1" — plus error-recovery guidance (blocking errors vs. non-blocking warnings, re-run/change options for saved state). This matches the explicit-validation-with-feedback-loops 5 anchor; the 4 anchor's 'minor validation gaps' do not apply.

5 / 5

Progressive Disclosure

SKILL.md is a workflow overview with all three bundle files (references/llm-scoring.md, references/install-skill-validator.md, assets/report.md — all verified to exist) directly referenced one level deep with section-level signaling ("the 'Run LLM Scoring' and 'Interpret LLM Scores' sections"). Installation and scoring detail are appropriately split out; the one second-level link (llm-scoring.md → assets/report.md) is redundant with SKILL.md's own direct pointer to report.md, so navigation from the entry point stays one level. Organization gaps are negligible, placing it above the 4 anchor.

5 / 5

Total

18

/

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 that clearly states what the skill does (structural validation, LLM scoring, result interpretation) and when to use it. Trigger phrase coverage is good, with only minor room to add natural user phrasings around skill-checking and publish-readiness.

DimensionReasoningScore

Specificity

The description lists three concrete, distinct actions — "Runs the skill-validator CLI to check for structural issues", "scores the skill with an LLM judge", and "interprets results to advise authors on what to address" — comprehensively covering the review pipeline. There are no meaningful coverage gaps, so it sits above the 'minor gaps' anchor of 4.

5 / 5

Completeness

It explicitly answers both questions: the "what" via three concrete actions and the "when" via an explicit "Use when a user wants to review, validate, or quality-check an Agent Skill" clause with concrete trigger phrases. This matches the 5 anchor's structure exactly; 4 would require the 'when' to be less explicit than it is.

5 / 5

Trigger Term Quality

"review, validate, or quality-check an Agent Skill" provides good natural-phrase coverage, but common variants users would say (e.g., "check my skill", "is my skill ready to publish") are only weakly implied by "before publishing". It has more than 'some relevant keywords' (3) but is not the comprehensive synonym/extension coverage of a 5.

4 / 5

Distinctiveness Conflict Risk

Scoping to "Agent Skill" review/validation before publishing carves a clear niche with distinct triggers and minimal conflict risk; only trivial overlap with generic code-review phrasing. It is clearly above the 'minor overlap risk' 4 anchor.

5 / 5

Total

19

/

20

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
pantheon-org/tekhne
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.