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

55

Quality

61%

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

63%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 actionable and well-structured for a single tool-call skill, with executable commands and a clear handoff to the companion skill. It loses points for duplicated match-level prose and inlined schemas that would be better split into reference files.

Suggestions

Remove the duplicate match-level definitions: keep them in either the "Match levels" section or the Input table, not both.

Move the full input/output JSON schemas into a references/ file and link to it from SKILL.md to improve progressive disclosure.

Replace the placeholder "string_value" filter in the example with a realistic MethodRef JSON object to make the example fully copy-pasteable.

DimensionReasoningScore

Conciseness

Mostly efficient with executable commands and a schema, but the match-level semantics are described twice ("Match levels" section and the Input table) and the full JSON schema is inlined, so it could be tightened.

3 / 5

Actionability

Provides concrete, copy-paste-ready bash invocations including --input, --input-file, and stdin pipe variants, plus a troubleshooting path; only minor gaps (placeholder "string_value" filter).

4 / 5

Workflow Clarity

The single find action is unambiguous and the handoff to reflection-method-call is stated ("Pass any single entry to 'reflection-method-call' as its filter"), with only minor sequencing gaps.

4 / 5

Progressive Disclosure

Section headers organize the content, but the large inlined input/output JSON schemas are content that could live in a separate reference file, and no bundle files are used to offload detail.

3 / 5

Total

14

/

20

Passed

Description

58%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 and distinct, naming concrete capabilities and the companion skill it feeds. Its main weakness is the absence of explicit "when to use" trigger guidance, which limits completeness and trigger-term quality.

Suggestions

Add an explicit trigger clause such as "Use when you need to locate a C# method by name, type, or parameters before calling it with reflection-method-call."

Soften technical jargon ("loaded assembly", "serialized MethodData") or pair it with user-natural synonyms like "search methods", "find private methods".

Consider noting file/extension or context triggers (e.g. Unity C# codebases) to broaden natural keyword coverage.

DimensionReasoningScore

Specificity

Lists several concrete actions — "Find C# methods across every loaded assembly by name / type / parameters", "including private methods", "Returns serialized MethodData entries usable as schemas" — with only minor coverage gaps.

4 / 5

Completeness

Clearly states what the skill does, but provides no "Use when..." clause or equivalent explicit trigger guidance, which caps completeness at 3 per the rubric guidelines.

3 / 5

Trigger Term Quality

Contains the natural phrase "Find C# methods" plus "reflection" and "private methods", but leans on technical jargon ("loaded assembly", "serialized MethodData") and lacks common synonyms or variations.

3 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (C# reflection method discovery) and names its companion skill 'reflection-method-call', with only minor overlap risk against that closely related skill.

4 / 5

Total

14

/

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.