CtrlK
BlogDocsLog inGet started
Tessl Logo

command-dispatch

Use this skill when the user sends a slash command or asks to run a MoviePilot system or plugin command in natural language. Discover the live command catalog, resolve the exact command, and dispatch it through the structured API gateway.

72

Quality

89%

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

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

A tight, well-sequenced dispatch procedure with concrete API operations, error handling, and a confirmation gate. Showing the full request body shape and an explicit fix-retry loop would round out actionability and workflow clarity.

Suggestions

Include a short example of the full slash.run request body (not just body.command) so the request envelope is copy-paste ready.

Add an explicit validate-and-retry step: if slash.run returns an error or non-acceptance, surface the error and retry with corrected input rather than only checking before reporting.

Optionally show one or two concrete intent-to-command mappings (e.g. 'site sync' -> the resolved command) to make natural-language resolution more actionable.

DimensionReasoningScore

Conciseness

About 30 lean lines with no padding and no explanation of concepts Claude already knows; each line (e.g. 'retired command tools and MCP aliases do not exist') earns its place.

5 / 5

Actionability

Concrete operations are specified (slash.list, plugin.capabilities, slash.run with body.command) and a real example ('/sites disable 3') is given, but the full request envelope/shape is not shown.

4 / 5

Workflow Clarity

A clear 5-step sequence with validation checkpoints (confirmation gate, checking returned acceptance/result, no-match reporting) is present; the destructive-operation cap is avoided because validation exists, but there is no explicit fix-retry feedback loop.

4 / 5

Progressive Disclosure

A simple, single-purpose skill under 50 lines with no bundle files and a well-organized numbered structure; the simple-skill exception applies and no external references are needed.

5 / 5

Total

18

/

20

Passed

Description

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

A strong, third-person description that clearly states what the skill does and when to invoke it, with concrete actions and natural trigger language. Minor room to add synonyms like 'execute' for fuller trigger coverage.

DimensionReasoningScore

Specificity

Three concrete actions are named — 'Discover the live command catalog', 'resolve the exact command', and 'dispatch it through the structured API gateway' — giving comprehensive coverage with no generic filler.

5 / 5

Completeness

Both 'what' (discover/resolve/dispatch) and 'when' ('Use this skill when...') are explicitly and concretely answered with trigger phrases.

5 / 5

Trigger Term Quality

Natural triggers like 'sends a slash command' and 'asks to run a MoviePilot system or plugin command in natural language' cover the main phrasings, though a few synonyms (e.g. 'execute') are absent.

4 / 5

Distinctiveness Conflict Risk

Scoped to MoviePilot slash/system/plugin commands, a clear niche with distinct triggers and minimal overlap with other skills.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
jxxghp/MoviePilot
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.