CtrlK
BlogDocsLog inGet started
Tessl Logo

profiler-save-data

Save a snapshot of profiler-derived stats (status + memory + rendering + script + frame capture) to a JSON file. Built-in Unity APIs only.

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/profiler-save-data/SKILL.md
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 highly actionable and well-structured for a simple single-task tool, with executable commands and schemas throughout; the main weakness is redundant repetition of the input parameter.

Suggestions

Collapse the duplicate input listings into a single section (e.g. keep the table + schema, drop the prose "Inputs" block) to remove redundancy.

Optionally note that the write overwrites an existing file so the destructive nature is explicit.

DimensionReasoningScore

Conciseness

The body is mostly efficient, but the `filePath` input is restated three times ("Inputs" prose, the "Input" table, and the "Input JSON Schema"), which is redundant padding that could be tightened.

2 / 3

Actionability

Provides fully executable, copy-paste-ready `unity-mcp-cli` commands including `--input`, `--input-file`, and stdin variants, plus explicit input and output JSON schemas.

3 / 3

Workflow Clarity

This is a single unambiguous tool invocation with documented error behavior ("Returns [Error] when filePath is empty or the write fails"), which is clear enough for a simple single-purpose skill.

3 / 3

Progressive Disclosure

The skill is self-contained with well-organized sections (Inputs, Errors, Behavior, How to Call, Troubleshooting, Input, Output) and no need for external bundle references.

3 / 3

Total

11

/

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 concrete and distinctive about what the skill does, but omits any explicit "Use when..." trigger guidance, which caps completeness and weakens trigger-term quality.

Suggestions

Add an explicit trigger clause, e.g. "Use when the user wants to export or persist Unity profiler stats to a file."

Include more natural user-facing phrasings (e.g. "save profiler data", "export profiler stats") alongside the technical terms.

Keep the concise component list but pair it with a clear when-to-use statement to satisfy both the 'what' and 'when' requirements.

DimensionReasoningScore

Specificity

Names concrete subcomponents ("status + memory + rendering + script + frame capture") and the output format ("JSON file"), listing multiple specific concrete actions rather than vague language.

3 / 3

Completeness

It clearly answers "what" the skill does, but there is no "Use when..." clause or equivalent explicit trigger guidance for when Claude should invoke it, capping completeness at 2.

2 / 3

Trigger Term Quality

Relevant terms like "profiler", "stats", and "snapshot" are present, but the phrasing is technical ("profiler-derived") and lacks common natural variations a user would say.

2 / 3

Distinctiveness Conflict Risk

The niche is narrow and specific (composing Unity profiler outputs into a saved JSON snapshot), with triggers unlikely to overlap with unrelated skills.

3 / 3

Total

10

/

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.