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.

64

Quality

76%

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 ./Unity-MCP-Plugin/.claude/skills/console-clear-logs/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is well-structured, actionable, and appropriately concise for a simple single-purpose skill, with clean progressive disclosure. Its weakness is the absence of any validation or verification checkpoint for a destructive clear operation, which caps workflow clarity.

Suggestions

Add a verification step after clearing, e.g. a follow-up 'console-get-logs' call or an explicit note that prior logs are gone and should not be expected.

Trim the redundant stdin/file invocation variants or the generic '{"param": "value"}' placeholder since the tool takes no meaningful input.

Include a brief warning that clearing is destructive and wipes unrecoverable prior log entries.

DimensionReasoningScore

Conciseness

Mostly lean with clear sections, but the triple invocation variants (inline/file/stdin) and a generic '{"param": "value"}' placeholder are minor over-explanation for a no-op-input tool, keeping it below a 5.

4 / 5

Actionability

Provides a copy-paste ready, executable CLI command plus the underlying API calls (Debug.ClearDeveloperConsole(), LogCollector cache) and a complete input schema, covering the single common case fully.

5 / 5

Workflow Clarity

The two-part clearing sequence is present, but log clearing is a destructive operation with no validation or verification step, which per the rubric caps workflow clarity at 3.

3 / 5

Progressive Disclosure

Under 50 lines with well-organized sections and no need for external references; the one cross-skill pointer (unity-initial-setup) is a clearly signaled one-level reference, satisfying the simple-skill exception.

5 / 5

Total

17

/

20

Passed

Description

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

The description is specific, third-person, and clearly distinguishes this narrow Unity MCP operation with strong trigger terms and low conflict risk. Its main gap is the 'when' guidance being phrased as usefulness rather than an explicit 'Use when...' trigger clause.

Suggestions

Rewrite the 'when' as an explicit trigger clause, e.g. 'Use when you need to isolate logs to a specific action by clearing the console before performing it.'

Add a synonym or two (e.g. 'reset', 'wipe') to broaden natural keyword coverage for trigger matching.

DimensionReasoningScore

Specificity

Names the domain (MCP log cache, Unity Editor Console) with two concrete clearing actions, but does not enumerate a broader comprehensive set of actions, fitting anchor 3.

3 / 5

Completeness

A clear 'what' is paired with a purpose-style 'when' ('Useful for isolating logs to a specific action by clearing the slate first'), but the trigger is phrased as usefulness rather than an explicit 'Use when...' phrase with concrete triggers.

4 / 5

Trigger Term Quality

Good coverage of natural, domain-relevant terms ('logs', 'console', 'clear', 'console-get-logs') that a user would plausibly say, though it lacks synonyms such as 'reset' or 'wipe' for a full 5.

4 / 5

Distinctiveness Conflict Risk

A narrow, well-scoped Unity MCP console-clearing niche with distinct, tool-specific triggers and minimal overlap risk with other skills.

5 / 5

Total

16

/

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