CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-translation-document-py

Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale.

82

1.07x
Quality

73%

Does it follow best practices?

Impact

100%

1.07x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/azure-ai-translation-document-py/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The skill excels at actionability with complete, executable code examples covering the full API surface. However, it suffers from being a monolithic reference document rather than a well-structured skill — all content is inline with no progressive disclosure, and the workflow for batch translation lacks explicit validation/error-recovery steps. Some sections like the redundant formats table and the empty 'When to Use' section add unnecessary bulk.

Suggestions

Add an explicit end-to-end workflow section showing the sequence: upload documents → start translation → poll status → check for document-level errors → handle failures → retrieve results, with validation checkpoints at each step.

Split detailed reference content (supported formats, glossary configuration, async patterns, language listing) into separate referenced files, keeping SKILL.md as a concise overview with quick-start and links.

Remove the redundant 'Supported Formats' table since there's already a programmatic way to check formats shown above it, and remove the vacuous 'When to Use' section.

Add error handling examples showing how to catch and recover from common failures (e.g., invalid SAS token, unsupported format, quota exceeded) as part of the workflow.

DimensionReasoningScore

Conciseness

The content is mostly efficient with good code examples, but includes some unnecessary sections like 'Supported Formats' table (duplicates the programmatic approach above it), the 'When to Use' section is vacuous, and the 'Best Practices' section contains some obvious advice. The print statements in status-checking examples add bulk without much value.

2 / 3

Actionability

The skill provides fully executable, copy-paste ready code examples for every operation: authentication (two methods), batch translation, single document translation, glossary usage, async client, status checking, and cancellation. All imports are explicit and complete.

3 / 3

Workflow Clarity

The skill presents individual operations clearly but lacks an explicit end-to-end workflow with validation checkpoints. For batch translation (a potentially destructive/costly operation), there's no feedback loop showing how to check status, handle failures, and retry failed documents. The steps are presented as isolated code blocks rather than a sequenced process.

2 / 3

Progressive Disclosure

The content is a monolithic wall of text with all details inline — authentication, basic usage, advanced features (glossaries, async), reference information (supported formats, languages), and best practices are all in one file with no references to separate documents. For a skill this long (~200 lines), content like supported formats tables, glossary details, and async patterns should be split out.

1 / 3

Total

8

/

12

Passed

Description

89%Scale 1-3

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 solid skill description that clearly identifies its niche (Azure AI Document Translation SDK for batch document translation) and provides explicit trigger guidance with specific file formats. Its main weakness is that it could enumerate more specific actions beyond just 'batch translation' to better convey the full range of SDK capabilities.

Suggestions

Add more specific concrete actions such as 'monitor translation jobs, manage glossaries, check translation status' to improve specificity beyond the single action of batch translation.

DimensionReasoningScore

Specificity

Names the domain (Azure AI Document Translation SDK) and the core action (batch translation of documents with format preservation), but doesn't list multiple specific concrete actions beyond translation—e.g., no mention of monitoring translation status, managing glossaries, or handling specific API operations.

2 / 3

Completeness

Clearly answers both 'what' (Azure AI Document Translation SDK for batch translation with format preservation) and 'when' ('Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale'), with an explicit 'Use for...' trigger clause.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'translate', 'documents', 'Word', 'PDF', 'Excel', 'PowerPoint', 'batch translation', 'document formats', and 'at scale'. These cover common variations of how users would describe this need.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive—specifies Azure AI Document Translation SDK, batch translation, and format preservation, which clearly distinguishes it from general translation skills, individual file processing skills, or other Azure services.

3 / 3

Total

11

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.