CtrlK
BlogDocsLog inGet started
Tessl Logo

merge4ppt

将多个 PowerPoint 文件合并为一个 PPT。当用户提到 PPT 合并、合并幻灯片、合并 PPTX 时使用。

72

Quality

88%

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

87%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is token-efficient and immediately actionable with executable code and a complete parameter table, and it is cleanly organized for a simple skill. The main gap is the absence of any validation/verification checkpoint for what is effectively a batch merge operation.

Suggestions

Add a brief verification step after merging, e.g., confirm the output file opens and that the number of merged slides matches the sum of input slides.

Note how missing or unreadable input files are handled (skipped, warned, or errored) so behavior is predictable on batch input.

Clarify the relationship between the documented default output_name 'merge4ppt.pptx' and the example's 'all_merged.pptx' / call's 'merged.pptx' to avoid inconsistency.

DimensionReasoningScore

Conciseness

The body is lean and direct with no padding or explanation of concepts Claude already knows; every section (function, call, params, example) earns its place.

3 / 3

Actionability

Provides executable Python import-and-call code with concrete arguments, a typed parameter table with defaults, and a copy-paste-ready usage example.

3 / 3

Workflow Clarity

Although the single action is unambiguous, merging multiple input files is a batch operation with no validation or verification step (e.g., confirming all inputs were processed or the output opens correctly), which caps workflow clarity at 2 per the rubric guideline.

2 / 3

Progressive Disclosure

The skill is well under 50 lines with no external references needed and is organized into clear, well-labeled sections, satisfying the simple-skill anchor for progressive disclosure.

3 / 3

Total

11

/

12

Passed

Description

90%

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 concise, uses third person, and clearly conveys both what the skill does and when to trigger it, with natural user-facing terms. Its only weakness is that it states a single concrete action rather than enumerating several, leaving specificity one notch below the top anchor.

DimensionReasoningScore

Specificity

Names the concrete action '将多个 PowerPoint 文件合并为一个 PPT' but lists only a single action rather than multiple specific concrete actions, so it stops at the domain-plus-some-actions anchor.

2 / 3

Completeness

Explicitly states what it does (merge multiple PPTs into one) and when to use it ('当用户提到...时使用'), with a present explicit 'Use when...' trigger clause.

3 / 3

Trigger Term Quality

Provides natural terms a user would say — 'PPT 合并、合并幻灯片、合并 PPTX' — covering good natural variations rather than technical jargon.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (PPT merging) with distinct PPT/幻灯片/PPTX triggers, making conflict with unrelated skills unlikely.

3 / 3

Total

11

/

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
CoderWanFeng/python-office
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.