CtrlK
BlogDocsLog inGet started
Tessl Logo

merge2excel

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

65

Quality

77%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/excel/merge2excel/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is well-structured and actionable for a simple single-function skill, but it carries redundant code examples and administrative sections, and critically lacks any validation/verification step for a batch directory operation.

Suggestions

Add a verification step after merging (e.g., confirm the output file exists and sheet count matches the input file count) to lift workflow clarity above the batch cap.

Remove the duplicate 使用示例 code block or the 调用方式 block, and drop administrative metadata (所属分类, 原始函数) that does not aid execution.

Document edge cases such as non-Excel files in the directory, sheet-naming behavior, and error handling.

DimensionReasoningScore

Conciseness

Mostly efficient, but the 调用方式 and 使用示例 sections are near-duplicate code blocks, and 所属分类 / 原始函数 are administrative metadata not needed for execution, so it could be tightened per anchor 3.

3 / 5

Actionability

Provides fully executable, copy-paste-ready code plus a complete parameter table (type/required/default) and explicit return value, covering the common case for this single-function skill per anchor 5.

5 / 5

Workflow Clarity

The single action is clear, but this is a batch operation over a directory with no validation or verification step, so the batch-operation cap holds workflow clarity at anchor 3.

3 / 5

Progressive Disclosure

Under 50 lines, no bundle files, well-organized into clear single-purpose sections with no nested references, meeting the simple-skills exception for anchor 5.

5 / 5

Total

16

/

20

Passed

Description

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

The description is strong: it clearly states both the capability and explicit trigger conditions with natural user phrasing. Its only real gap is the single-action scope and missing file-extension triggers.

Suggestions

Add file-extension triggers (e.g., .xlsx, .xls) to broaden natural keyword coverage.

Consider noting additional concrete actions if the skill supports them (e.g., sheet naming, format handling) to lift specificity beyond a single action.

DimensionReasoningScore

Specificity

Names the Excel domain and one concrete action ("合并到一个 Excel 的不同 sheet 中"), but only describes a single action rather than a comprehensive set of capabilities, matching anchor 3.

3 / 5

Completeness

Explicitly states what it does (合并多个 Excel 到不同 sheet) and when to use it with concrete trigger phrases ("当用户提到…时使用"), matching the anchor 5 example pattern.

5 / 5

Trigger Term Quality

Includes three natural user phrases ("合并 Excel、合并多个表格、多个 Excel 合并") with good coverage, but omits file extensions (.xlsx/.xls) and synonyms, falling short of anchor 5.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (merging multiple Excel files into separate sheets) with specific, distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

17

/

20

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.