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.

68

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

75%Weight 40%Scale 1-5

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

The body is highly actionable with complete executable Java examples across all features, but it is a monolithic inline reference with no progressive disclosure or deeper reference files, and workflow guidance lacks validation/retry checkpoints.

Suggestions

Split the per-feature examples into a separate reference file and keep SKILL.md as a concise quick-start that links out, improving progressive_disclosure.

Reduce boilerplate repetition across the nine near-identical analyze examples by showing one canonical call and a compact table of feature/result accessor pairs.

Add a validation/retry feedback loop in the error-handling section (e.g., retry on throttling, verify result fields before use) to strengthen workflow_clarity.

DimensionReasoningScore

Conciseness

Largely lean with no concept-explaining fluff, but the nine near-identical analyze/analyzeFromUrl examples repeat boilerplate and printf formatting that could be trimmed, sitting at 4 rather than 5.

4 / 5

Actionability

Provides fully executable, copy-paste-ready Java with imports, env-var usage, and concrete API calls covering every visual feature plus async, matching the score-5 anchor.

5 / 5

Workflow Clarity

Each pattern is a single unambiguous action (simple-skill exception applies), but there are no validation checkpoints or retry feedback loops and the error-handling section only shows catching without recovery, leaving minor gaps at 4.

4 / 5

Progressive Disclosure

All ~285 lines are inlined with no bundle files and no quick-start-to-advanced split; content that could live in separate reference files is inlined and references are not signaled, matching the score-2 anchor.

2 / 5

Total

15

/

20

Passed

Description

92%Weight 40%Scale 1-5

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 is strong: it concretely names what the skill does and gives explicit, natural 'Use when' triggers scoped to a distinct Java/Azure niche. The only gap is missing synonyms and file extensions that would round out trigger coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'image captioning, OCR text extraction, object detection, tagging, or smart cropping' — covering the SDK's features comprehensively, matching the score-5 anchor.

5 / 5

Completeness

Explicitly states the 'what' ('Build image analysis applications with Azure AI Vision SDK for Java') and the 'when' ('Use when implementing image captioning, OCR text extraction...') with concrete trigger phrases, matching the score-5 anchor.

5 / 5

Trigger Term Quality

Includes natural terms users would say ('image captioning', 'OCR text extraction', 'object detection', 'smart cropping') plus the product name, but misses common synonyms and file/extension variants, so it sits at 4 rather than 5.

4 / 5

Distinctiveness Conflict Risk

Scoped specifically to Java and the Azure AI Vision SDK with distinct triggers, giving it a clear niche with minimal conflict risk against other skills.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-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.