CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-vision-imageanalysis-java

Build image analysis applications with Azure AI Vision SDK for Java. Use when implementing image captioning, OCR text extraction, object detection, tagging, or smart cropping.

65

Quality

78%

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

Quality

Discovery

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a strong skill description that clearly specifies the technology stack (Azure AI Vision SDK for Java), lists concrete capabilities (captioning, OCR, object detection, tagging, smart cropping), and includes an explicit 'Use when' clause with natural trigger terms. It is concise, uses third-person voice, and is highly distinguishable from other skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'image captioning, OCR text extraction, object detection, tagging, smart cropping' along with the specific technology stack 'Azure AI Vision SDK for Java'.

3 / 3

Completeness

Clearly answers both what ('Build image analysis applications with Azure AI Vision SDK for Java') and when ('Use when implementing image captioning, OCR text extraction, object detection, tagging, or smart cropping') with an explicit 'Use when' clause.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'image captioning', 'OCR', 'text extraction', 'object detection', 'tagging', 'smart cropping', 'Azure AI Vision', 'Java'. These cover common variations of how users would describe image analysis tasks.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive due to the specific combination of Azure AI Vision SDK, Java, and the enumerated capabilities. Unlikely to conflict with generic image processing skills or other cloud vision API skills (e.g., Google Cloud Vision, AWS Rekognition).

3 / 3

Total

12

/

12

Passed

Implementation

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 Java code examples covering all Azure AI Vision Image Analysis features, which is its primary strength. However, it suffers from being overly long and monolithic—all seven visual features are fully inlined with repetitive patterns, making it a poor use of token budget. The content would benefit significantly from consolidation of similar patterns and splitting detailed examples into a referenced file.

Suggestions

Consolidate the 7 visual feature examples: show 1-2 complete examples (e.g., Caption + OCR) inline, then provide a concise table mapping each feature to its key method calls and result accessors, rather than full code for each.

Split detailed per-feature examples into a separate reference file (e.g., EXAMPLES.md) and keep SKILL.md as a quick-start overview with navigation links.

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

Add a brief workflow sequence at the top showing the typical integration pattern: dependency → client setup → analyze → handle results → error handling, with explicit validation notes.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with executable code examples, but it's quite long (~200 lines) with repetitive patterns across all 7 visual features. Several examples follow the same structure (analyzeFromUrl → iterate results → print) and could be consolidated. The 'Trigger Phrases', 'When to Use', and 'Limitations' sections at the bottom add little value. The visual features table descriptions are somewhat redundant given the code examples that follow.

2 / 3

Actionability

Every section provides fully executable, copy-paste ready Java code with proper imports, concrete method calls, and result handling. The Maven dependency, client creation patterns (API key, async, DefaultAzureCredential), and all seven visual feature examples are complete and specific.

3 / 3

Workflow Clarity

The skill presents individual feature examples clearly but lacks a cohesive workflow sequence. There's no guidance on the typical development flow (create client → choose features → handle results → handle errors) as an explicit sequence. Error handling is shown but not integrated into the examples as a validation checkpoint. For an SDK reference skill, this is adequate but could benefit from explicit ordering guidance.

2 / 3

Progressive Disclosure

The content is a monolithic wall of code examples with no references to external files and no layered structure. All seven visual features are fully inlined when a quick-start section with 1-2 examples plus a reference to a detailed examples file would be more appropriate. With no bundle files, the entire SDK reference is crammed into one document.

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