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/antigravity-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 content would benefit from deduplication and adding error recovery patterns.

Suggestions

Add error handling and validation patterns for long-running operations (e.g., polling timeouts, HTTP error handling, retry logic) to improve workflow clarity.

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

Deduplicate client setup code by establishing it once and referencing it in subsequent examples (e.g., 'Using the client from Authentication above').

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 adds 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, model classes, and method signatures 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 the reference tables could be in a separate file.

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 broadly categorizes its capabilities across multiple media types, which is helpful. However, it lacks specific concrete actions, natural trigger terms users would say, and an explicit 'Use when...' clause with trigger scenarios. The breadth of coverage (documents, images, audio, video) without specifics makes it harder to distinguish from other content processing skills.

Suggestions

Add specific concrete actions for each media type, e.g., 'Extract text and tables from documents, transcribe audio, analyze video frames, perform OCR on images'.

Add an explicit 'Use when...' clause with trigger scenarios, e.g., 'Use when the user needs to extract content using Azure AI, mentions Content Understanding, or needs multimodal analysis of PDFs, images, audio files, or video files'.

Include common file extensions and natural user terms like '.pdf', '.mp4', '.wav', '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 multimodal content extraction from documents, images, audio, and video'), but lacks an explicit 'Use when...' clause with trigger scenarios describing when Claude should select this skill.

2 / 3

Trigger Term Quality

Includes some relevant keywords like 'documents', 'images', 'audio', 'video', 'content extraction', and 'Azure AI', but misses common user variations like 'OCR', 'transcription', 'image analysis', 'video analysis', or specific file types (.pdf, .mp4, .wav).

2 / 3

Distinctiveness Conflict Risk

The mention of 'Azure AI Content Understanding SDK' provides some distinctiveness, but 'content extraction from documents, images' could overlap with other document processing or image analysis skills. The broad scope across four media types increases conflict risk.

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
boisenoise/skills-collections
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.