CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-document-intelligence-dotnet

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models.

55

Quality

62%

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-document-intelligence-dotnet/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%

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

This skill provides highly actionable, executable C# code examples covering the full Azure Document Intelligence SDK surface area. However, it suffers from being a monolithic document (~300 lines) with no progressive disclosure—all reference tables, examples, and workflows are inline. Workflow clarity is adequate but lacks validation checkpoints and error recovery patterns that would be important for operations like custom model building.

Suggestions

Split detailed workflow examples (invoice, layout, receipt, custom model, classifier) into a separate EXAMPLES.md file, keeping only one quick-start example in SKILL.md

Move reference tables (prebuilt models, key types, build modes) into a REFERENCE.md file and link from the main skill

Add validation checkpoints to workflows—e.g., check confidence thresholds after analysis, verify training data structure before building custom models, and integrate error handling into workflow steps rather than as a separate section

Remove the generic 'When to Use' and 'Limitations' boilerplate sections that add no SDK-specific value

DimensionReasoningScore

Conciseness

The skill is fairly comprehensive but includes some unnecessary content like the 'When to Use' and 'Limitations' boilerplate sections, the 'Related SDKs' table, and explanatory notes Claude would already know. The prebuilt models table and key types reference are borderline—useful as reference but contribute to a lengthy document (~300 lines) that could be trimmed or split into separate files.

2 / 3

Actionability

All code examples are fully executable C# with proper using statements, concrete API calls, and realistic field extraction patterns. The examples cover the full range of operations (analyze, build, classify, manage) with copy-paste ready code including proper null/type checking patterns.

3 / 3

Workflow Clarity

The workflows are presented as numbered sections with clear code, but they lack validation checkpoints and error recovery loops. For example, the 'Build Custom Model' workflow doesn't mention verifying training data format before building, and there's no guidance on what to do if analysis returns low-confidence results. The error handling section is separate and minimal rather than integrated into workflows.

2 / 3

Progressive Disclosure

The entire skill is a monolithic document with no bundle files to offload detailed content. The prebuilt models table, key types reference, seven full workflow examples, and reference links are all inline. This would benefit significantly from splitting detailed examples and reference tables into separate files, keeping SKILL.md as a concise overview with pointers.

1 / 3

Total

8

/

12

Passed

Description

67%

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 strong in specificity and distinctiveness, clearly identifying the Azure AI Document Intelligence SDK for .NET and listing concrete extraction capabilities. However, it lacks an explicit 'Use when...' clause and misses common trigger terms users might naturally use (e.g., 'OCR', 'Form Recognizer', 'C#'), which limits its effectiveness for skill selection.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user needs to extract data from documents using Azure AI Document Intelligence, Form Recognizer, or OCR in a .NET/C# project.'

Include common user-facing trigger terms and synonyms such as 'OCR', 'Form Recognizer' (the former product name), 'C#', 'PDF', 'invoice', 'receipt', and relevant file extensions like '.pdf', '.tiff', '.png'.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'Extract text, tables, and structured data from documents' and specifies the technology stack ('Azure AI Document Intelligence SDK for .NET') along with model types ('prebuilt and custom models').

3 / 3

Completeness

Clearly answers 'what does this do' (extract text, tables, structured data using Azure AI Document Intelligence SDK for .NET), but lacks an explicit 'Use when...' clause or equivalent trigger guidance, which caps this at 2 per the rubric.

2 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure AI Document Intelligence', 'SDK', '.NET', 'text', 'tables', 'structured data', and 'documents', but misses common user variations like 'OCR', 'form recognizer', 'PDF extraction', 'C#', or file type extensions that users would naturally mention.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Azure AI Document Intelligence SDK' and '.NET' creates a very specific niche that is unlikely to conflict with generic document processing skills or other cloud provider SDKs.

3 / 3

Total

10

/

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.