CtrlK
BlogDocsLog inGet started
Tessl Logo

merge2pdf

将多个 PDF 文件合并为一个 PDF。当用户提到 PDF 合并、合并 PDF 文件、PDF 拼接时使用。

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/pdf/merge2pdf/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.

A compact, actionable single-purpose skill with clear sections and an executable example, but it lacks validation/verification steps for what is effectively a batch operation and carries minor redundancy and an inconsistent parameter table.

Suggestions

Add a brief verification step after merging (e.g., check that output_file exists and has a non-zero size, confirm all input paths existed before merging) to lift workflow_clarity above the batch-operation cap.

Fix the parameter table: input_file_list and output_file are effectively required — mark them as such and document default behavior, instead of listing every parameter as optional with no default.

Remove the redundant '使用示例' code block (it duplicates '调用方式') or replace it with a meaningfully different example, e.g., merging a directory of PDFs or handling an empty list.

DimensionReasoningScore

Conciseness

The body is lean and well-sectioned with a code example and a compact parameter table; the main trimmable redundancy is the near-duplicate code blocks in '调用方式' and '使用示例', keeping it just below the fully-lean 5 anchor.

4 / 5

Actionability

Provides a copy-paste-ready, executable call signature and a parameter table covering the common case, but the table marks every parameter as optional (必填=否) with no defaults, leaving a minor gap on edge cases.

4 / 5

Workflow Clarity

Although the single function call is unambiguous, merging a list of input files into one output is a batch operation and the body includes no validation or verification step (e.g., confirm inputs exist, verify output was created), so the destructive/batch cap holds it at 3.

3 / 5

Progressive Disclosure

The skill is well under 50 lines, requires no external bundle files (none exist), and is organized into clearly labeled sections, satisfying the simple-skill exception for a top score.

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.

A focused, well-structured description that clearly conveys the single capability and when to invoke it, with natural trigger synonyms. Its only limitation is naming just one action, which keeps specificity at the midpoint rather than comprehensive.

DimensionReasoningScore

Specificity

Names the domain (PDF) and one concrete action ('合并为一个 PDF'), matching the anchor for naming a domain with 1-2 concrete actions; it is not a 4 because only a single action is listed rather than several.

3 / 5

Completeness

It explicitly states both what ('将多个 PDF 文件合并为一个 PDF') and when ('当用户提到 PDF 合并、合并 PDF 文件、PDF 拼接时使用') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Provides good natural keyword coverage with synonyms ('PDF 合并', '合并 PDF 文件', 'PDF 拼接') that users would say, but no file extension like '.pdf' is included so it falls short of the comprehensive 5 anchor.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (PDF merging) with distinct, specific triggers ('合并', '拼接') that are unlikely to fire for unrelated PDF skills, matching the minimal-conflict anchor.

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.