CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-formrecognizer-java

Build document analysis applications using the Azure AI Document Intelligence SDK for Java.

46

Quality

48%

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-formrecognizer-java/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 comprehensive, executable Java code examples for the Azure Document Intelligence SDK, making it highly actionable. However, it suffers from being a monolithic reference document with no progressive disclosure or external file references, and it lacks workflow sequencing and validation checkpoints for multi-step operations like custom model training. The boilerplate sections (Trigger Phrases, When to Use, Limitations) waste tokens without adding value.

Suggestions

Split advanced topics (custom models, classification, model management) into separate referenced files and keep SKILL.md as a concise overview with quick-start examples and navigation links.

Add explicit workflow sequences with validation checkpoints for multi-step operations like custom model building (e.g., verify training data → build model → check model accuracy → analyze documents).

Remove the boilerplate 'Trigger Phrases', 'When to Use', and 'Limitations' sections which add no actionable value for Claude.

Reduce redundancy in code examples — once the SyncPoller pattern is shown, subsequent examples can be shorter and focus only on the unique aspects (field extraction patterns, etc.).

DimensionReasoningScore

Conciseness

The skill is largely code examples which are useful, but it's quite long (~300 lines) and includes some unnecessary sections like 'Trigger Phrases', 'When to Use', and 'Limitations' boilerplate that add no value. The prebuilt models table and multiple client creation variants add bulk. Some examples could be trimmed (e.g., the receipt example is very detailed when the pattern is already established by the layout example).

2 / 3

Actionability

The skill provides fully executable Java code examples with proper imports, concrete API calls, and copy-paste ready patterns covering client creation, layout extraction, receipt analysis, custom model building, classification, and error handling. The Maven dependency is specified with a concrete version.

3 / 3

Workflow Clarity

Individual operations are clear, but there's no explicit workflow sequencing for multi-step processes like building and using custom models (train → validate → deploy → analyze). The custom model building section lacks validation checkpoints — no guidance on verifying training data quality, checking model accuracy, or handling build failures before using the model in production.

2 / 3

Progressive Disclosure

The content is a monolithic wall of code examples with no references to external files and no layered structure. Everything from basic client creation to advanced classification is inline. For a skill this large, advanced topics like custom models, classification, and model management should be split into separate referenced files.

1 / 3

Total

8

/

12

Passed

Description

40%

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 a clear and distinctive technology niche (Azure AI Document Intelligence SDK for Java), which helps with disambiguation. However, it lacks specific concrete actions (e.g., extract tables, analyze receipts, read forms) and entirely omits a 'Use when...' clause, making it harder for Claude to know when to select this skill over others.

Suggestions

Add a 'Use when...' clause with explicit triggers, e.g., 'Use when the user needs to build Java applications that analyze documents using Azure AI Document Intelligence, Form Recognizer, or Azure cognitive services for OCR.'

List specific concrete actions such as 'extract text, tables, and key-value pairs from documents, analyze receipts and invoices, classify documents, and read form fields'.

Include common alternative terms users might say, such as 'Form Recognizer', 'Azure OCR', 'Azure document processing', and specific file types like 'PDF', 'JPEG', 'TIFF'.

DimensionReasoningScore

Specificity

Names the domain (document analysis applications) and the technology (Azure AI Document Intelligence SDK for Java), but doesn't list specific concrete actions like extracting tables, reading forms, OCR, etc.

2 / 3

Completeness

Describes what it does at a high level but completely lacks a 'Use when...' clause or any explicit trigger guidance, which per the rubric should cap completeness at 2, and since the 'what' is also fairly vague, this scores a 1.

1 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure AI Document Intelligence', 'SDK', 'Java', and 'document analysis', but misses common user variations like 'Form Recognizer' (the former name), 'OCR', 'extract text', 'PDF parsing', or specific file types.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Azure AI Document Intelligence SDK' and 'Java' creates a very specific niche that is unlikely to conflict with other skills — it's clearly scoped to a particular cloud service and programming language.

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