CtrlK
BlogDocsLog inGet started
Tessl Logo

merge4docx

将多个 Word 文档合并为一个文件。当用户提到 Word 合并、合并 docx、合并多个 Word 时使用。

68

Quality

81%

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

72%

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

A compact, actionable skill body with executable code and a thorough parameter table. It loses points for a duplicated example and the absence of any output-validation step for a batch merge operation.

Suggestions

Remove the redundant 使用示例 block (or make it meaningfully distinct from 调用方式) and drop the restating blockquote to tighten the body.

Add a brief verification step after the merge, e.g. opening the output .docx to confirm all inputs were merged and the file is valid, since this is a batch/document operation.

Clarify whether input_path pointing to a folder merges files in sorted or arbitrary order, to remove ambiguity in the workflow.

DimensionReasoningScore

Conciseness

The body is mostly lean, but the opening blockquote restates the description and the '使用示例' section duplicates the '调用方式' code example, so it could be tightened.

2 / 3

Actionability

Provides fully executable Python invocation code plus a complete parameter table (type, required, default, description) and a return value, making it copy-paste ready.

3 / 3

Workflow Clarity

The single-function call is unambiguous, but merging multiple documents is a batch/document operation with no validation or verification checkpoint, which caps this dimension at 2 per the rubric.

2 / 3

Progressive Disclosure

Under 50 lines with no bundle files, the content is split into clear, well-organized sections (功能描述, 调用方式, 参数说明, 返回值, 使用示例), satisfying the simple-skill allowance.

3 / 3

Total

10

/

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.

A concise, well-targeted description that answers both what and when with natural Chinese trigger terms and a clear niche. Its only limitation is naming a single action rather than enumerating several concrete capabilities.

DimensionReasoningScore

Specificity

States the domain (Word/docx) and a concrete action ('将多个 Word 文档合并为一个文件'), but lists a single action rather than multiple specific concrete actions, matching the score-2 anchor.

2 / 3

Completeness

It explicitly answers both what (merge multiple Word documents into one file) and when (an explicit 'Use when the user mentions...' trigger clause), in third person.

3 / 3

Trigger Term Quality

The 'when' clause surfaces several natural phrasings a user would actually say — 'Word 合并、合并 docx、合并多个 Word' — giving good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

The docx-merging niche with its distinct Word/合并 triggers is clearly scoped and unlikely to fire for unrelated skills.

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.