CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-formrecognizer-java

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

41

Quality

41%

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-formrecognizer-java/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

42%

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

This skill functions more as a comprehensive API reference document than a focused, efficient skill. While the code examples are high-quality and executable, the sheer volume of content (covering every SDK feature inline) makes it token-inefficient and poorly structured for progressive disclosure. The skill would benefit significantly from being restructured into a concise overview with references to detailed sub-files for each major feature area.

Suggestions

Reduce the main SKILL.md to a quick-start section (client creation + one core pattern like layout extraction) and move detailed examples (receipts, custom models, classification, model management) into separate referenced files like CUSTOM_MODELS.md, PREBUILT_MODELS.md, CLASSIFICATION.md.

Remove content Claude already knows: error handling with try/catch, environment variable patterns, and explanatory comments in code that restate what the code does.

Add validation checkpoints for multi-step workflows like custom model building: verify training data format, check model accuracy metrics after build, validate before deploying to production.

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

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~300+ lines, acting as a comprehensive API reference rather than a focused skill. It includes many patterns Claude could derive from SDK knowledge (basic CRUD on models, environment variables, error handling boilerplate). The prebuilt models table, multiple client creation variants, and exhaustive field extraction examples all contribute to token bloat. Much of this is reference material that should be in a separate file.

1 / 3

Actionability

All code examples are fully executable Java with proper imports, concrete method calls, and realistic usage patterns. The examples are copy-paste ready with clear placeholder values for credentials and endpoints.

3 / 3

Workflow Clarity

Individual operations are clear (create client → analyze document → process results), but there are no explicit validation checkpoints or error recovery loops. For operations like building custom models with training data, there's no guidance on verifying training data quality or validating model accuracy before use.

2 / 3

Progressive Disclosure

This is a monolithic wall of content with no references to supporting files. The entire API surface (layout extraction, receipts, custom models, classification, model management) is inlined in a single file. Content like the full receipt analysis example, model composition, and classification could easily be split into referenced files.

1 / 3

Total

7

/

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 specific technology niche (Azure AI Document Intelligence SDK for Java) which makes it distinctive, but it lacks concrete action verbs describing what the skill enables and entirely omits trigger guidance for when Claude should select it. Adding specific capabilities and a 'Use when...' clause would significantly improve its effectiveness for skill selection.

Suggestions

Add a 'Use when...' clause with trigger terms like 'Use when the user needs to build Java applications that analyze documents, extract text, recognize forms, or process receipts/invoices using Azure AI Document Intelligence (formerly Form Recognizer).'

List specific concrete actions the skill covers, such as 'extract text, tables, and key-value pairs from documents, analyze custom/prebuilt models, process receipts, invoices, and ID documents.'

Include common alternative terms users might use, such as 'Form Recognizer', 'OCR', 'Azure Cognitive Services', and specific document types like 'receipts', 'invoices', 'ID documents'.

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, recognizing forms, processing receipts, etc.

2 / 3

Completeness

Describes what (build document analysis applications using Azure AI Document Intelligence SDK for Java) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, missing 'Use when' caps completeness at 2, and the 'what' is also not very detailed, warranting a 1.

1 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure AI Document Intelligence', 'SDK', 'Java', and 'document analysis', but misses common variations users might say such as 'Form Recognizer' (the previous name), 'OCR', 'extract text', 'PDF parsing', or specific document 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. This is a clearly distinct technology and language combination.

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