CtrlK
BlogDocsLog inGet started
Tessl Logo

build-cli

Build the unity-mcp-cli TypeScript CLI tool and link it globally for terminal use.

68

Quality

83%

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

100%

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 concise, fully executable build-and-link workflow with a clear sequence and an explicit verification step plus error-reporting feedback. It is well organized for a simple single-purpose skill and needs no external references.

DimensionReasoningScore

Conciseness

The body is lean — short code blocks with only operationally useful notes ('Only needed if node_modules/ is missing', 'Only needed once') and no explanation of concepts Claude already knows; every line earns its place, matching the 'lean and efficient' anchor and staying above level 2.

3 / 3

Actionability

Each step gives copy-paste-ready executable commands (`cd cli && npm install`, `npm run build`, `npm link`, `unity-mcp-cli --version`), matching the 'fully executable commands; copy-paste ready' anchor rather than the pseudocode/incomplete level 2.

3 / 3

Workflow Clarity

A clearly sequenced Step 1–4 process with an explicit verification checkpoint (Step 4 `--version`) and an error-feedback Report ('If any step failed, show the error output'), matching the 'clear sequence with explicit validation' anchor; the operation is non-destructive so no cap applies.

3 / 3

Progressive Disclosure

The skill is under 50 lines, single-purpose, and requires no external references; it is organized into well-labeled Step sections plus a Report, which per the rubric's simple-skills note earns a 3 without external file references.

3 / 3

Total

12

/

12

Passed

Description

67%

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 is specific and distinctive thanks to the named tool and concrete build/link actions, but it omits any explicit 'Use when...' trigger guidance, capping completeness and limiting natural trigger-term coverage.

Suggestions

Add a 'Use when...' clause, e.g. 'Use when building or reinstalling the unity-mcp-cli tool, or when the user asks to make unity-mcp-cli available from the terminal.'

Broaden natural trigger terms to include common user phrasings like 'rebuild the CLI', 'install the CLI globally', or 'make unity-mcp-cli available everywhere'.

DimensionReasoningScore

Specificity

Names concrete actions ('Build', 'link it globally') against a specific named target ('the unity-mcp-cli TypeScript CLI tool'), matching the 'lists multiple specific concrete actions' anchor; it is not the level-2 example because the target and actions are both specific rather than a generic domain mention.

3 / 3

Completeness

It states what the skill does (build and link the CLI) but provides no 'when' guidance — there is no 'Use when...' clause, which per the judging guidelines caps completeness at 2; it is above level 1 because the 'what' is explicit and concrete.

2 / 3

Trigger Term Quality

Relevant natural terms ('build', 'link', 'CLI tool', 'terminal') appear but coverage is narrow and tied to one project name, missing common user-phrase variations; not level 3 because it lacks the broad natural-term coverage of the top anchor.

2 / 3

Distinctiveness Conflict Risk

The named project 'unity-mcp-cli' gives it a clear niche unlikely to trigger for unrelated skills, matching the 'clear niche with distinct triggers' anchor; it is not level 2 because the specific tool name removes the broad overlap risk.

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

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
IvanMurzak/Unity-MCP
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.