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

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 excellent actionability with complete, executable Java code examples for every Azure AI Vision feature. However, it suffers from being a monolithic reference document that could be significantly condensed by grouping similar patterns and splitting detailed examples into a separate file. The workflow guidance is limited to individual API calls without addressing the broader integration workflow or validation steps.

Suggestions

Split detailed per-feature code examples into a separate EXAMPLES.md or REFERENCE.md, keeping only 1-2 representative examples (e.g., Caption + OCR) in the main SKILL.md with links to the full reference.

Consolidate similar patterns - the 7 individual feature examples follow an identical structure and could be represented as one template with a table showing feature-specific result accessors.

Add a workflow section covering the typical integration sequence: verify endpoint/region compatibility → create client → analyze → handle errors → process results, with explicit validation checkpoints.

Remove the boilerplate 'Trigger Phrases', 'When to Use', and 'Limitations' sections which waste tokens without adding actionable guidance.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with executable code examples, but includes some unnecessary sections like 'Trigger Phrases', 'When to Use', and 'Limitations' boilerplate that add no value. The visual features table descriptions are somewhat redundant given the self-explanatory code examples. The sheer volume of near-identical patterns (7+ separate feature examples) could be condensed.

2 / 3

Actionability

Every feature is demonstrated with fully executable, copy-paste ready Java code including proper imports, client setup, and result processing. The Maven dependency, environment variables, and image requirements provide complete setup guidance.

3 / 3

Workflow Clarity

The skill covers individual API calls well but lacks a cohesive workflow sequence. There's basic error handling shown but no validation checkpoints or feedback loops for common failure scenarios (e.g., verifying endpoint connectivity, handling invalid images, checking regional availability before attempting caption features).

2 / 3

Progressive Disclosure

The content is a monolithic wall of code examples (~200+ lines) with no references to external files and no layered structure. The quick-start patterns and advanced usage (async, multiple features, error handling) are all inline. This would benefit greatly from splitting core patterns into a separate reference file.

1 / 3

Total

8

/

12

Passed

Description

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 follows third-person voice and is concise without unnecessary padding.

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 computer vision tasks. Unlikely to conflict with generic image processing skills or other cloud provider vision APIs.

3 / 3

Total

12

/

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.