CtrlK
BlogDocsLog inGet started
Tessl Logo

merge2excel

将多个 Excel 文件合并到一个 Excel 的不同 sheet 中。当用户提到合并 Excel、合并多个表格、多个 Excel 合并时使用。

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.

The body is well-structured and gives concrete, executable guidance for a simple single-purpose skill. Its main gaps are minor redundancy versus the description and a missing verification step for what is effectively a batch merge operation.

Suggestions

Remove the redundant "功能描述" section and blockquote that restate the frontmatter description, and drop the low-value "所属分类" path and external video URL to tighten the body.

Add a brief verification step for the batch merge (e.g., confirm the output file exists and list how many source files were merged into sheets), which would raise workflow clarity for a batch operation.

Reconcile the two import paths shown ("office.skills.excel.merge2excel" vs "office.api.excel.merge2excel") so the caller knows exactly which to use.

DimensionReasoningScore

Conciseness

The body is mostly lean and avoids explaining concepts Claude already knows, but it could be tightened: the "功能描述" section and blockquote restate the frontmatter description, and the "所属分类" path and external "视频教程" URL add little executable value. It is efficient but carries some removable padding, matching the mostly-efficient anchor.

2 / 3

Actionability

It provides an executable Python call with a complete parameter table (types, required flags, defaults) and a copy-paste usage example, matching the anchor for fully executable, copy-paste-ready guidance.

3 / 3

Workflow Clarity

This is a simple single-task skill whose single action is unambiguous, but it is a batch operation (merging many files) with no validation or verification step confirming the output was produced or which files were merged; per the batch-operation guideline this caps the score at 2.

2 / 3

Progressive Disclosure

The skill is under 50 lines, has no bundle files and no need for external references, and is organized into clear labeled sections, so it qualifies for the top anchor under the simple-skill scoring note.

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.

The description is concise, uses an appropriate impersonal voice, and clearly pairs a concrete capability with explicit natural-language trigger terms. Its only limitation is that it names a single action rather than enumerating multiple specific operations.

DimensionReasoningScore

Specificity

The phrase "将多个 Excel 文件合并到一个 Excel 的不同 sheet 中" names the Excel domain and a concrete merge action, but it describes only a single action rather than listing multiple specific capabilities, matching the anchor that names a domain and some actions without being comprehensive.

2 / 3

Completeness

It explicitly answers both what (merge multiple Excel files into separate sheets) and when ("当用户提到...时使用"), with an explicit trigger clause, matching the anchor for clearly answering both what and when.

3 / 3

Trigger Term Quality

It supplies natural variations a user would actually say — "合并 Excel、合并多个表格、多个 Excel 合并" — giving good coverage of the phrasings a Chinese-speaking user would use to request this skill.

3 / 3

Distinctiveness Conflict Risk

The Excel-into-separate-sheets niche with merge-specific triggers is clearly distinguishable and unlikely to fire for unrelated skills; the slight generality of "合并多个表格" is contained by the Excel context.

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.