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

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

The content is highly actionable with concrete, executable sync and async examples covering all modalities and custom analyzers, but it is held back by repeated boilerplate across the per-modality blocks, a generic closing section, and a core workflow that lacks validation checkpoints for long-running operations.

Suggestions

Factor the repeated client/credential/AnalyzeInput setup into a single shared snippet and have the per-modality examples reference it, removing the four near-duplicate setup blocks.

Add explicit error handling / polling guidance to the core workflow (e.g. check poller status, handle failed analysis, retry on transient errors) so the long-running sequence has validation checkpoints.

Replace the generic "When to Use" and "Limitations" boilerplate with concrete, skill-specific scope boundaries, or move detailed per-modality examples into a reference file linked from the overview.

DimensionReasoningScore

Conciseness

The body is mostly lean executable code, but client/import setup is repeated across four near-identical per-modality blocks, and the closing "When to Use"/"Limitations" sections are generic boilerplate ("applicable to execute the workflow or actions described in the overview") that adds little.

2 / 3

Actionability

It provides copy-paste-ready, executable examples for install, auth, sync and async clients, all four prebuilt analyzers, custom analyzers, and management operations, with real method names and class imports.

3 / 3

Workflow Clarity

The "Core Workflow" lists a clear three-step sequence (begin_analyze → poll → process results), but there are no validation or error-recovery checkpoints for these long-running operations (no failure handling, no poller-status check).

2 / 3

Progressive Disclosure

It is a single well-organized ~270-line file with clear headers and tables and no nested references, but nothing is split out to deeper reference files and the four repetitive per-modality examples are content that could be consolidated or externalized.

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 is competent and concrete, naming a specific service and four content modalities, but it uniformly lands at the middle level: the "Use for" clause restates the capability rather than supplying explicit user-facing triggers, and the action vocabulary and trigger phrasing are too generic to fully distinguish or complete it.

Suggestions

Replace the "Use for..." capability restatement with explicit trigger guidance, e.g. "Use when the user wants to extract text/tables from PDFs or Office docs, transcribe audio, or extract frames and transcripts from video."

Expand the action vocabulary beyond "extraction" to the concrete operations the SDK performs (transcribe, extract fields, summarize, detect key frames) to lift specificity.

Add the natural terms users actually say (PDFs, OCR, transcribe, transcripts, key frames, invoice fields) to improve trigger-term coverage and distinctiveness.

DimensionReasoningScore

Specificity

It names a concrete action ("content extraction") across four modalities ("documents, images, audio, and video"), but offers only a single action verb rather than the multiple distinct concrete actions the top anchor requires (e.g. extract, transcribe, summarize).

2 / 3

Completeness

The "what" is clear, and a "Use for..." clause exists, but it restates the capability rather than giving explicit trigger conditions ("Use when the user wants to transcribe audio or extract text from a PDF"), so the "when" is only weakly addressed.

2 / 3

Trigger Term Quality

Media-type keywords ("documents, images, audio, video") are relevant, but it omits the phrasings users naturally say ("transcribe", "extract text from a PDF", "OCR", "summarize this video").

2 / 3

Distinctiveness Conflict Risk

The named Azure SDK and four-modality scope carve a niche, but the generic trigger "content extraction" could still overlap with general document-extraction or other Azure AI skills, so it is not yet clearly disambiguated.

2 / 3

Total

8

/

12

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
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.