CtrlK
BlogDocsLog inGet started
Tessl Logo

doc2docx

将旧版 Word 文档(.doc)转换为新版(.docx)。当用户提到 doc 转 docx、旧 Word 转新 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

80%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 concise and actionable with executable examples and a clear parameter table, appropriately structured for a simple single-purpose skill. The main gap is the absence of a verification step that the converted .docx output is valid.

Suggestions

Add a brief verification step after conversion (e.g., open the output .docx or check the file exists and is non-empty) to close the validation gap and lift workflow clarity.

Document behavior on failure or unsupported input (e.g., a non-.doc file) so Claude knows how to handle errors without guessing.

Clarify that the source .doc is left untouched, which matters for destructive/batch safety judgment.

DimensionReasoningScore

Conciseness

Lean and efficient body that assumes Claude's competence: it presents the function signature, a parameter table, and minimal executable examples without explaining what .doc/.docx files are or how Python imports work.

5 / 5

Actionability

Provides copy-paste-ready Python calls covering both directory and full-path output forms with a complete parameter table, but lacks an example showing error handling or return-value interpretation.

4 / 5

Workflow Clarity

The single conversion action is unambiguous, but the body provides no validation/verification checkpoint (e.g., confirming the produced .docx opens correctly) for a file-conversion operation, which caps workflow clarity despite the simple-skill exception.

3 / 5

Progressive Disclosure

A simple, well-organized single-purpose skill under 50 lines with clear sections and no need for external reference files, meeting the simple-skill exception for progressive disclosure.

5 / 5

Total

17

/

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 concise, third-person, and clearly answers both what the skill does and when to use it with concrete trigger phrases. Its main limitation is listing only a single capability rather than a fuller action set, which keeps specificity at the midpoint.

DimensionReasoningScore

Specificity

Names the domain (.doc to .docx conversion) and one concrete action (转换/convert), but offers only a single action rather than a comprehensive list of capabilities.

3 / 5

Completeness

Explicitly states what it does (convert .doc to .docx) and when to use it ('当用户提到 doc 转 docx、旧 Word 转新 Word 时使用') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user phrases ('doc 转 docx', '旧 Word 转新 Word') plus file extensions (.doc/.docx), giving good keyword coverage, though a few synonymous phrasings are absent.

4 / 5

Distinctiveness Conflict Risk

Targets a clear narrow niche (legacy .doc → .docx only) with distinct triggers, posing minimal conflict risk with other Word-related 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.