CtrlK
BlogDocsLog inGet started
Tessl Logo

docx2doc

将新版 Word 文档(.docx)转换为旧版(.doc)。当用户提到 docx 转 doc、新 Word 转旧 Word 时使用。

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/word/docx2doc/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 content is a compact, mostly executable function wrapper with good organization and clear parameters. Its main gaps are minor description redundancy and the absence of any output-validation step for this document-conversion task.

Suggestions

Remove the redundant restatement in the blockquote and 功能描述 section since the conversion is already stated in the frontmatter description.

Add a brief verification step after the call (e.g., confirm the .doc file was created and is openable) to lift workflow_clarity above the document-manipulation cap.

Show one more usage variant (such as specifying output_name) so the examples fully cover the documented parameters.

DimensionReasoningScore

Conciseness

The body is lean with an executable call, a parameter table, and a usage example, but the conversion is restated redundantly (blockquote, 功能描述, and frontmatter all repeat it), so a few tokens could be trimmed.

4 / 5

Actionability

Provides concrete, executable Python showing the function signature and a usage example with a parameter table, covering the common case; just short of fully copy-paste ready across variants since only one output scenario is shown.

4 / 5

Workflow Clarity

The single-step workflow (call docx2doc) is unambiguous, but this is document manipulation with no verification step (e.g., confirming the .doc is valid/openable), so per the feedback-loop guidance it is capped at 3.

3 / 5

Progressive Disclosure

A short (~40-line), single-purpose skill with no need for external references, organized into clearly labeled sections, matching the under-50-lines 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.

The description is well-formed: it states the single concrete action, includes natural Chinese trigger phrases with file extensions, and has an explicit 'Use when' clause. Its only weakness is limited action breadth and synonym coverage, which keeps specificity and trigger quality just below the top anchor.

DimensionReasoningScore

Specificity

Names the domain and one concrete action ('将新版 Word 文档(.docx)转换为旧版(.doc)'), but only a single conversion action with no broader coverage, matching the '1-2 concrete actions' anchor rather than the 'several specific actions' level above.

3 / 5

Completeness

Clearly states what it does (convert docx→doc) and explicitly answers when with an 'Use when...' style clause ('当用户提到 docx 转 doc、新 Word 转旧 Word 时使用') containing concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user phrases ('docx 转 doc', '新 Word 转旧 Word') and file extensions (.docx, .doc), giving good keyword coverage; not a 5 because synonyms are limited and a few natural variations are missing.

4 / 5

Distinctiveness Conflict Risk

Targets a clear, narrow niche (docx→doc conversion) with distinct trigger phrases, so it is unlikely to fire for unrelated 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.