CtrlK
BlogDocsLog inGet started
Tessl Logo

docx

当用户需要创建、读取、编辑或处理 Word 文档(.docx)时,使用此技能。触发场景包括提到“Word 文档”、“.docx”,或要求生成带目录、标题、页码、信头等格式的专业文档;也包括提取或重组 .docx 内容、插入或替换图片、在 Word 文件中查找替换、处理修订或批注,以及将内容整理为正式 Word 文档。如果用户要求生成“报告”“备忘录”“信函”“模板”等 Word / .docx 交付物,也应使用此技能。不要用于 PDF、电子表格、Google Docs,或与文档生成无关的一般编程任务。

77

Quality

98%

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

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

An exceptionally actionable and concise skill body with executable code, clear multi-step workflows, and explicit validation feedback loops for fragile XML operations. The only gap is that the extensive inline XML reference could be moved into a separate file to improve progressive disclosure.

Suggestions

Move the 'XML 参考' section (revisions, comments, image markup) into a dedicated references/ file (e.g. XML_REFERENCE.md) and link to it from SKILL.md to reduce inline bulk and improve progressive disclosure.

Consider extracting the long 'docx-js 关键规则' checklist and detailed table/image code into a references file as well, keeping SKILL.md as a tighter overview with one-level-deep pointers.

Add a brief pointer at the top of the editing section noting that pack.py auto-validates, so the separate validate.py step's role in the workflow is unambiguous.

DimensionReasoningScore

Conciseness

Dense, code-heavy, and action-oriented with no padded concept explanations; even the one conceptual line ('.docx 文件是包含 XML 文件的 ZIP 压缩包') is terse, assuming Claude's competence so every token earns its place.

5 / 5

Actionability

Copy-paste ready JavaScript, bash, and XML snippets with concrete DXA values, exact entity codes, and executable python scripts/... commands covering creation, editing, revisions, comments, and images.

5 / 5

Workflow Clarity

The editing section gives an explicit 3-step sequence (解压 → 编辑 → 打包) with a validation checkpoint ('python scripts/office/validate.py') and a feedback loop ('如果验证失败,解压、修复 XML 并重新打包'), satisfying the XML-manipulation feedback-loop requirement.

5 / 5

Progressive Disclosure

Well-sectioned body with verified, one-level-deep script references and a clear relative-path note, but the large XML reference section is inlined in SKILL.md rather than split into a separate reference file, leaving minor organization gaps.

4 / 5

Total

19

/

20

Passed

Description

100%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 highly specific, complete, and distinctive description that names concrete capabilities, natural trigger terms with synonyms, and explicit use/non-use boundaries. It is concise despite its breadth and would clearly fire only for the intended skill.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 创建/读取/编辑/处理, 提取重组内容, 插入替换图片, 查找替换, 修订/批注, 目录/标题/页码/信头 — giving comprehensive coverage rather than vague claims.

5 / 5

Completeness

Explicitly answers both what ('创建、读取、编辑或处理 Word 文档') and when ('触发场景包括...', '如果用户要求...也应使用此技能') with concrete trigger phrases and a negative boundary.

5 / 5

Trigger Term Quality

Includes natural user-facing terms with synonyms and file extensions — 'Word 文档', '.docx', '报告', '备忘录', '信函', '模板' — the phrases a user would actually say.

5 / 5

Distinctiveness Conflict Risk

Clear Word/.docx niche with explicit exclusions (PDF, spreadsheets, Google Docs, general programming) and distinct triggers, yielding minimal conflict risk.

5 / 5

Total

20

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

referenced_paths_exist

Referenced path issues: 6 deeper-than-1-level

Warning

Total

14

/

16

Passed

Repository
agentscope-ai/QwenPaw
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.