CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-document-intelligence-ts

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-ts/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 reference for the Azure Document Intelligence REST SDK with consistently executable TypeScript examples and good error handling patterns. Its main weaknesses are repetitive code patterns across sections (the polling + error check boilerplate appears 8+ times), lack of progressive disclosure for what is a lengthy document, and generic boilerplate sections that waste tokens. Consolidating repeated patterns and splitting detailed examples into referenced files would significantly improve it.

Suggestions

Consolidate the repeated polling pattern (isUnexpected + getLongRunningPoller + pollUntilDone) into a single reference section and use abbreviated examples elsewhere, e.g., 'Follow the polling pattern from the Polling Pattern section.'

Move detailed model-specific examples (invoice, receipt, classifier, custom model) into a separate EXAMPLES.md file and reference it from the main skill.

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

Add error recovery guidance for custom model building (e.g., what to check if build fails, how to validate training data format before starting).

DimensionReasoningScore

Conciseness

The skill is mostly efficient with executable code examples, but there's significant repetition of the polling pattern (isUnexpected check + getLongRunningPoller + pollUntilDone) across nearly every section. The invoice and receipt examples are very similar and could be consolidated. The 'When to Use' and 'Limitations' sections are generic boilerplate that add no value.

2 / 3

Actionability

Every section provides fully executable, copy-paste ready TypeScript code with proper imports, type annotations, and realistic usage patterns. The code covers authentication, URL/local file analysis, prebuilt models, custom models, classifiers, and pagination — all with concrete, runnable examples.

3 / 3

Workflow Clarity

The polling pattern section clearly sequences the 5-step async workflow with numbered steps, and error checking with isUnexpected() is consistently shown. However, there are no validation checkpoints for destructive/batch operations like building custom models (e.g., verifying training data format before build, validating model quality after build), and no feedback loops for error recovery beyond throwing.

2 / 3

Progressive Disclosure

The content is well-organized with clear section headers and a useful prebuilt models reference table, but it's a monolithic ~250-line file with no references to external files. The invoice/receipt/classifier examples could be split into separate reference files, with the main skill providing a concise overview and links.

2 / 3

Total

9

/

12

Passed

Description

60%

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 does a good job listing specific extraction capabilities (text, tables, structured data) and hints at the method (prebuilt and custom models). However, it lacks an explicit 'Use when...' clause, misses common user trigger terms like specific file types or use cases (invoices, receipts, OCR), and the generic term 'documents' reduces its distinctiveness from other document-processing skills.

Suggestions

Add a 'Use when...' clause with explicit triggers, e.g., 'Use when the user needs to extract information from documents, invoices, receipts, or forms using AI models.'

Include natural trigger terms users would say, such as specific file types (PDF, images, scanned documents), common use cases (invoice processing, receipt scanning, OCR), and the specific service name if applicable (e.g., Azure Document Intelligence, AWS Textract).

Specify the tool or platform to improve distinctiveness and reduce conflict risk with other document extraction skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'Extract text, tables, and structured data' and mentions both 'prebuilt and custom models' as methods. This provides clear, actionable capabilities.

3 / 3

Completeness

Clearly answers 'what does this do' (extract text, tables, structured data from documents using models), but lacks an explicit 'Use when...' clause or trigger guidance for when Claude should select this skill.

2 / 3

Trigger Term Quality

Includes some relevant terms like 'extract text', 'tables', 'structured data', and 'documents', but misses common user variations like specific file types (PDF, invoices, receipts), OCR, or document parsing. 'Prebuilt and custom models' is more technical jargon than natural user language.

2 / 3

Distinctiveness Conflict Risk

'Documents' is quite broad and could overlap with many document-related skills. The mention of 'prebuilt and custom models' adds some distinctiveness (suggesting an AI/ML document intelligence service), but without specifying the tool or service name, it could conflict with other extraction or document processing skills.

2 / 3

Total

9

/

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.