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.

57

Quality

66%

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-document-intelligence-dotnet/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, actionable SDK reference skill with excellent executable code examples covering all major Azure Document Intelligence workflows. Its main weaknesses are length (could be more concise by splitting reference tables and advanced examples into separate files) and lack of integrated validation checkpoints in multi-step workflows like custom model building. The boilerplate 'When to Use' and 'Limitations' sections add no value.

Suggestions

Integrate validation/error handling directly into multi-step workflows (e.g., validate blob container access before building a custom model, check operation status for failures) rather than having a separate error handling section.

Split reference tables (prebuilt models, key types, build modes) and advanced workflows (custom model building, classifier) into separate bundle files, keeping SKILL.md as a concise overview with the most common patterns (auth + analyze).

Remove the generic 'When to Use' and 'Limitations' boilerplate sections—they add no actionable information specific to this SDK.

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 length. The code examples themselves are well-scoped but the overall document is quite long (~300 lines) for what could be more tightly organized.

2 / 3

Actionability

All code examples are fully executable C# with proper using statements, async patterns, and realistic field extraction logic. The examples cover the full lifecycle from authentication through analysis, custom model building, classification, and model management—all copy-paste ready with clear patterns.

3 / 3

Workflow Clarity

The workflows are presented as numbered sections but lack validation checkpoints. For example, the custom model build workflow doesn't include steps to verify training data format before building, no error recovery loops for failed builds, and no validation of analysis results beyond printing. The error handling section exists but is separate from the workflows rather than integrated as checkpoints.

2 / 3

Progressive Disclosure

The content is a monolithic single file with no bundle files to reference. The reference links table at the bottom provides external navigation, but the document itself contains ~300 lines of inline content including 7 full code examples, multiple reference tables, and best practices that could be split into separate files (e.g., a models reference, an examples file). For a skill of this complexity, better splitting would improve discoverability.

2 / 3

Total

9

/

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, which is critical for Claude to know when to select this skill, and it misses some natural trigger terms users might employ (e.g., 'OCR', 'Form Recognizer', 'C#').

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 trigger term variations such as 'OCR', 'Form Recognizer' (the former name), 'C#', 'document analysis', and file types like '.pdf', '.jpg', '.tiff' to improve discoverability.

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', 'extract text', 'tables', 'structured data', and 'documents', but misses common user variations like 'OCR', 'form recognizer', 'C#', 'document analysis', or file type extensions like '.pdf', '.docx'.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Azure AI Document Intelligence SDK for .NET' creates a very specific niche that is unlikely to conflict with other skills. It clearly targets a specific cloud service and programming platform.

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