CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-contentunderstanding-py

Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video.

52

Quality

57%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/azure-ai-contentunderstanding-py/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

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

This is a solid API reference skill with excellent actionability — every use case has complete, executable code. However, it suffers from some verbosity through repeated boilerplate (client setup, generic limitations section) and lacks error handling/validation guidance for what are inherently fragile long-running cloud operations. The monolithic structure could benefit from splitting advanced topics into separate files.

Suggestions

Add error handling examples for long-running operations (polling failures, timeouts, retry logic) to improve workflow clarity for production use.

Remove the generic 'When to Use' and 'Limitations' boilerplate sections — they add no SDK-specific value and waste tokens.

Factor out repeated client initialization code by establishing it once and referencing it in subsequent examples (e.g., 'using client from Authentication section above').

Split custom analyzers and async client sections into separate referenced files to improve progressive disclosure for this longer skill.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with good code examples, but has some redundancy: the authentication/client setup is repeated across multiple examples, the 'When to Use' and 'Limitations' sections are generic boilerplate that add no value, and some best practices state obvious things Claude would know (e.g., 'use async client for high-throughput scenarios').

2 / 3

Actionability

The skill provides fully executable, copy-paste ready code examples for every major use case — document, image, video, audio analysis, custom analyzers, async usage, and analyzer management. Import paths, method signatures, and result access patterns are all concrete and specific.

3 / 3

Workflow Clarity

The core workflow section outlines the 3-step async pattern clearly, but there are no validation checkpoints or error handling guidance. For long-running operations that can fail (video/audio taking minutes), there's no mention of error recovery, timeout handling, or how to check for failures — just a note that it 'can take minutes'.

2 / 3

Progressive Disclosure

The content is well-organized with clear section headers and a logical progression from simple to complex, but it's a long monolithic file (~200 lines) with no references to external files. The custom analyzers section and detailed video/audio examples could be split out, and there are no bundle files to support progressive disclosure.

2 / 3

Total

9

/

12

Passed

Description

50%

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 identifies the specific SDK and general capability but lacks the concrete action details and explicit trigger guidance needed for reliable skill selection. It covers a very broad domain (documents, images, audio, video) without enough specificity to distinguish it from other content processing skills or to help Claude know precisely when to choose it.

Suggestions

List specific concrete actions the skill performs, e.g., 'Extract text and tables from documents, transcribe audio, analyze video frames, perform OCR on images'.

Add an explicit 'Use when...' clause with natural trigger terms, e.g., 'Use when the user asks about Azure Content Understanding, multimodal extraction, or needs to process documents/images/audio/video using Azure AI services'.

Include common file type triggers like '.pdf', '.mp4', '.wav', '.png' and user-facing terms like 'OCR', 'transcription', 'video analysis' to improve trigger term coverage.

DimensionReasoningScore

Specificity

Names the domain (Azure AI Content Understanding SDK) and a general action ('multimodal content extraction'), but does not list multiple specific concrete actions like 'extract text', 'transcribe audio', 'analyze images', etc.

2 / 3

Completeness

Has a 'what' (multimodal content extraction) and a partial 'when' ('Use for...'), but lacks an explicit 'Use when...' clause with trigger scenarios describing when Claude should select this skill over others.

2 / 3

Trigger Term Quality

Includes some relevant keywords like 'documents', 'images', 'audio', 'video', and 'content extraction', but misses common user-facing variations (e.g., 'OCR', 'transcription', 'image analysis', 'video analysis', specific file types like '.pdf', '.mp4').

2 / 3

Distinctiveness Conflict Risk

The mention of 'Azure AI Content Understanding SDK' provides some distinctiveness, but 'content extraction from documents, images, audio, and video' is broad enough to overlap with other document processing, image analysis, or media processing skills.

2 / 3

Total

8

/

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
sickn33/antigravity-awesome-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.