CtrlK
BlogDocsLog inGet started
Tessl Logo

create-moviepilot-skill

Use this skill when the user asks to create, scaffold, update, or review a MoviePilot agent skill. This includes adding a new built-in skill under the repository `skills/` directory, editing an existing built-in skill, writing `SKILL.md` frontmatter and workflow instructions, choosing `allowed-tools`, adding helper scripts when needed, and bumping the built-in skill `version` so changes can sync into `config/agent/skills`.

71

Quality

87%

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

83%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 well-structured, procedural skill body with a clear sequenced workflow, an explicit validation step, and clean section organization. It stays lean while remaining actionable, with only minor redundancy in the example/checklist overlap.

DimensionReasoningScore

Conciseness

The body is largely lean and procedural with concrete file paths and imperative bullets, assuming Claude's competence; only a few sections (e.g., the worked frontmatter example and repeated checklist) add mild redundancy that could be trimmed.

4 / 5

Actionability

It gives concrete, executable guidance—specific paths like `skills/<skill-id>/SKILL.md`, a copy-paste frontmatter block, and explicit rules—but the worked example is illustrative rather than a runnable command, leaving minor gaps.

4 / 5

Workflow Clarity

An explicit eight-step workflow is clearly sequenced, and Step 8 ('Validate Before Finishing') provides a verification checkpoint plus a final checklist covering name match, version increment, and parse validation, including restart-to-sync feedback.

5 / 5

Progressive Disclosure

The skill is instructions-only with no bundle files (no references/, scripts/, or assets/ directories), and the body is organized into well-signaled sections (Scope, Rules, Workflow, Example, Checklist), so the simple-skill exception applies and structure is clear.

5 / 5

Total

18

/

20

Passed

Description

91%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, trigger-rich description that clearly states both capability and use conditions with concrete verbs and a narrow MoviePilot-scoped niche. The only minor gap is the absence of synonym-style trigger variations.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions—'create, scaffold, update, or review', 'editing an existing built-in skill', 'writing SKILL.md frontmatter and workflow instructions', 'choosing allowed-tools', 'adding helper scripts', 'bumping version'—covering the full workflow comprehensively.

5 / 5

Completeness

It explicitly states both what the skill does (the enumerated authoring tasks) and when to use it ('Use this skill when the user asks...'), satisfying both halves with concrete trigger phrasing.

5 / 5

Trigger Term Quality

It opens with the natural phrase 'Use this skill when the user asks to create, scaffold, update, or review', which maps well to how a user phrases the request, though it lacks synonym variants or file-extension-style triggers beyond 'SKILL.md'.

4 / 5

Distinctiveness Conflict Risk

The scope is narrowly scoped to MoviePilot built-in skill authoring under a specific repository `skills/` directory, giving it a clear niche with minimal overlap risk against unrelated 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.