CtrlK
BlogDocsLog inGet started
Tessl Logo

reflection-method-find

Find C# methods across every loaded assembly by name / type / parameters — including private methods. Returns serialized `MethodData` entries usable as schemas for 'reflection-method-call'.

62

Quality

72%

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/reflection-method-find/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%

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 with executable CLI examples and a clear single-tool workflow, but it carries redundant match-level wording and a heavy inline JSON schema that inflate the token budget without progressive disclosure to absorb them.

Suggestions

Move the full input JSON schema into a references/ file and link to it, keeping only the input table inline in SKILL.md.

De-duplicate the match-level descriptions: present them once in the table and remove the prose restatement.

Add a short 'Quick start' section near the top so the example command surfaces before the schema reference.

DimensionReasoningScore

Conciseness

The body is mostly efficient with executable commands and a tabular input spec, but it duplicates the match-level descriptions (prose and table) and embeds a large ~60-line input JSON schema inline, so it is not fully lean.

2 / 3

Actionability

It provides concrete, copy-paste-ready CLI commands including input-file and stdin variants plus a troubleshooting install command, matching the fully-executable anchor.

3 / 3

Workflow Clarity

As a single-tool skill the find-then-call sequence is stated up front and the output format is explicit; with no destructive or batch operation requiring validation, the simple-skill rule lets workflow clarity reach 3.

3 / 3

Progressive Disclosure

Sections are organized, but the large embedded JSON schema is inline content with no bundle files or one-level-deep references to offload it to, fitting the some-structure-but-inline-content anchor rather than the well-signaled-references anchor.

2 / 3

Total

10

/

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 clearly differentiated, naming concrete capabilities and a distinct niche. Its main weakness is the absence of an explicit 'Use when...' trigger clause and limited natural-language trigger terms.

Suggestions

Add an explicit 'Use when...' clause, e.g. 'Use when you need to find a C# method by name, class, or parameters across loaded assemblies'.

Broaden trigger terms with natural phrasings users would say, such as 'find method', 'reflection', or 'locate private method'.

Consider trimming the technical jargon ('serialized MethodData', 'schemas for reflection-method-call') or pushing it later in the body to keep the description user-facing.

DimensionReasoningScore

Specificity

The description lists several concrete actions ('Find C# methods across every loaded assembly by name / type / parameters', 'including private methods', 'Returns serialized MethodData entries') matching the multiple-specific-actions anchor.

3 / 3

Completeness

It clearly answers what the skill does but provides no explicit 'Use when...' trigger clause, so per the rubric completeness is capped at 2 rather than reaching the explicit-trigger level.

2 / 3

Trigger Term Quality

It includes some natural terms ('C# methods', 'private methods') but leans technical ('loaded assembly', 'serialized MethodData', 'schemas for reflection-method-call') and misses common natural phrasings, fitting the some-keywords-but-missing-variations anchor.

2 / 3

Distinctiveness Conflict Risk

The C# reflection method-finding niche is distinct and paired with a sibling call skill, making it unlikely to trigger for unrelated skills per the clear-niche anchor.

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.