CtrlK
BlogDocsLog inGet started
Tessl Logo

console-clear-logs

Clear the MCP log cache (used by 'console-get-logs') and the Unity Editor Console window. Useful for isolating logs to a specific action by clearing the slate first.

75

Quality

92%

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%

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

The body is actionable and well-structured for a simple single-task skill, with executable commands and clear sections. The main weakness is redundancy in the Input section (table plus schema for a no-op parameter) and somewhat boilerplate-heavy call guidance.

Suggestions

Drop the redundant Input JSON schema block (or the Input table) since the tool takes no meaningful parameters — a one-line note that no input is required would suffice.

Trim the multi-line stdin/--input-file guidance, which is generic boilerplate not specific to this parameterless tool, or move it to a shared CLI reference.

DimensionReasoningScore

Conciseness

Mostly lean but includes redundancy: the Input table and JSON schema both describe a single no-op 'nothing' string parameter, and the multi-line stdin/file-piping guidance is boilerplate for a parameterless tool. Could be tightened.

2 / 3

Actionability

Provides copy-paste-ready, executable bash commands plus concrete troubleshooting fallbacks (npx, npm install -g), matching the anchor for fully executable guidance.

3 / 3

Workflow Clarity

A simple single-task skill with an unambiguous action; per the simple-skills note, workflow clarity scores 3 when the single action is clear, and no destructive/batch validation is needed.

3 / 3

Progressive Disclosure

Under 50 lines, no external bundle references needed, with well-organized sections (Behavior, How to Call, Input, Output); the only cross-reference is a one-level pointer to the unity-initial-setup skill.

3 / 3

Total

11

/

12

Passed

Description

100%

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, uses natural trigger terms, and explicitly covers both what the skill does and when to use it. It is written in third person with no fluff or over-claims.

DimensionReasoningScore

Specificity

Names a concrete domain (Unity Editor Console, MCP log cache) and two specific clearing actions ('Clear the MCP log cache', 'the Unity Editor Console window'), matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

Explicitly answers what (clear log cache and console) and when ('Useful for isolating logs to a specific action by clearing the slate first'), the equivalent of a 'Use when' trigger.

3 / 3

Trigger Term Quality

Natural terms a user would say ('clear logs', 'console', 'Unity Editor Console') are present and would naturally trigger this skill when debugging.

3 / 3

Distinctiveness Conflict Risk

A clear narrow niche (Unity MCP log/console clearing) with distinct triggers unlikely to conflict with other skills.

3 / 3

Total

12

/

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