Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
92
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 100%
↑ 1.28xAgent success when using this skill
Validation for skill structure
Discovery
85%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that clearly articulates capabilities and provides explicit trigger conditions through a numbered list of use cases. The main weakness is the trigger term coverage - it relies heavily on '.docx' but misses common user language like 'Word document' or 'Microsoft Word' that users would naturally say.
Suggestions
Add common user terms like 'Word document', 'Word file', 'Microsoft Word', '.doc' to improve trigger term coverage
Consider adding 'Use when the user mentions Word, docx, or needs to create/edit professional documents' for more natural language triggers
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction' - these are clear, actionable capabilities. | 3 / 3 |
Completeness | Clearly answers both what (comprehensive document creation, editing, analysis with tracked changes, comments, formatting, extraction) AND when (explicit numbered list of use cases: creating, modifying, tracked changes, comments, and other document tasks). | 3 / 3 |
Trigger Term Quality | Includes '.docx files' and 'professional documents' but misses common variations users might say like 'Word document', 'Word file', 'Microsoft Word', or 'doc file'. The trigger terms are somewhat limited. | 2 / 3 |
Distinctiveness Conflict Risk | Clearly scoped to .docx files specifically, with distinct features like tracked changes and comments that differentiate it from generic document or PDF skills. The '.docx' file extension provides a clear niche. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured skill with excellent workflow clarity and actionability. The decision tree effectively guides Claude to the right workflow, and the redlining section provides thorough guidance with validation checkpoints. Minor verbosity in the overview section and some explanatory text that Claude doesn't need slightly reduce token efficiency.
Suggestions
Remove the explanatory sentence 'A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit' - Claude already knows this.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is mostly efficient but includes some unnecessary explanation (e.g., 'A .docx file is essentially a ZIP archive containing XML files' is something Claude knows). The decision tree and workflow sections are well-organized but could be tighter in places. | 2 / 3 |
Actionability | Provides fully executable commands and code examples throughout - pandoc commands, Python scripts, bash commands for conversion. The tracked changes example shows both bad and good patterns with concrete XML. Copy-paste ready. | 3 / 3 |
Workflow Clarity | Excellent multi-step workflows with clear sequencing and validation. The redlining workflow includes explicit verification steps (grep checks, markdown conversion for verification), batching strategy with specific guidance (3-10 changes), and feedback loops for error recovery. | 3 / 3 |
Progressive Disclosure | Clear overview structure with well-signaled one-level-deep references to docx-js.md and ooxml.md. Content is appropriately split between quick reference in SKILL.md and detailed documentation in referenced files. Navigation is straightforward. | 3 / 3 |
Total | 11 / 12 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
Table of Contents
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.