CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-translation-ts

Text and document translation with REST-style clients.

52

Quality

59%

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 ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/azure-ai-translation-ts/SKILL.md

The canonical home for this skill is azure-ai-translation-ts in sickn33/agentic-awesome-skills

SKILL.md
Quality
Evals
Security

Quality

Content

65%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 strong, code-heavy reference with executable examples across text and document translation, weakened by a missing validation loop in the batch workflow and a lack of progressive disclosure splitting the long reference into bundled files.

Suggestions

Add an explicit validation/feedback step to the batch document-translation workflow (poll status, surface failures per document, retry failed inputs) so it isn't capped at 3.

Split the large API surface into bundled reference files (e.g., references/text-api.md, references/document-api.md) and keep SKILL.md as a concise overview with one-level-deep links.

Make the batch example self-contained by defining sourceContainer/targetContainer (or showing their setup) and replace the filler 'When to Use' line with concrete trigger guidance.

DimensionReasoningScore

Conciseness

The body is mostly lean code with minimal prose, but the repeated tagline and the vague 'When to Use: This skill is applicable to execute the workflow...' line are minor instances of over-explanation that could be trimmed.

4 / 5

Actionability

It provides concrete, executable TypeScript for every operation, but the batch example references undeclared sourceContainer/targetContainer variables, leaving a minor gap from fully copy-paste-ready.

4 / 5

Workflow Clarity

The batch document-translation workflow is sequenced across sections but lacks any validate→fix→retry feedback loop, and the rubric caps batch operations without validation at 3.

3 / 5

Progressive Disclosure

There are no bundle files and ~290 lines are inlined with good section headers but no references to separate files; the under-50-lines simple-skill exception does not apply, so this is 'some structure, content that should be separate is inline'.

3 / 5

Total

14

/

20

Passed

Description

53%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 clear and reasonably specific about what the skill does but provides no trigger guidance for when to use it. Adding an explicit 'Use when...' clause would lift completeness and trigger-term quality.

Suggestions

Add an explicit 'Use when...' clause naming natural triggers (e.g., translating text or documents, Azure Translator/Translator service).

Include common synonyms and package names users would say, such as 'Azure Translator', '@azure-rest/ai-translation-text', or 'translate text to another language'.

Mention concrete sub-actions like detect language, transliterate, and batch document translation to improve specificity beyond a single action.

DimensionReasoningScore

Specificity

"Text and document translation" names the domain plus the translation action and the REST-style client mechanism, but stops at 1-2 concrete actions without comprehensive coverage.

3 / 5

Completeness

It gives a clear "what" (text and document translation) but entirely lacks a "when"/Use-when clause, capping completeness at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

"translation" is a natural user term, but the description omits common variations/synonyms and leans on the technical "REST-style clients" jargon.

3 / 5

Distinctiveness Conflict Risk

"Text and document translation" is a clear niche, though the absence of Azure branding leaves minor overlap risk with other translation skills.

4 / 5

Total

13

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

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.