CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-anomalydetector-java

Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring.

64

Quality

77%

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

Quality

Content

64%

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

This is a solid API reference skill with excellent actionability—every pattern has complete, executable Java code. However, it's overly long for a single SKILL.md, includes some unnecessary explanatory content (Key Concepts, Trigger Phrases, boilerplate sections), and the multivariate workflow lacks validation checkpoints between the train/inference/results steps.

Suggestions

Add explicit validation checkpoints to the multivariate workflow: check model training status in a polling loop before proceeding to inference, and add retry logic for batch result polling.

Remove the 'Key Concepts', 'Trigger Phrases', 'When to Use', and 'Limitations' boilerplate sections—they consume tokens without adding actionable guidance.

Consider splitting univariate and multivariate examples into separate reference files, keeping SKILL.md as a concise overview with quick-start examples and links to detailed guides.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with executable code examples, but includes some unnecessary sections like 'Key Concepts' explaining what univariate/multivariate detection is (Claude knows this), 'Trigger Phrases' and boilerplate 'When to Use'/'Limitations' sections that add no value. The 'Best Practices' section is useful but could be tighter.

2 / 3

Actionability

Provides fully executable Java code for every operation: client creation, univariate batch/streaming detection, change point detection, multivariate training/inference, model management, and error handling. All examples are copy-paste ready with proper imports and concrete method calls.

3 / 3

Workflow Clarity

The multivariate workflow (train → inference → results) is presented across separate code blocks but lacks explicit validation checkpoints. There's no guidance on verifying training completion before running inference, no feedback loop for handling training failures, and the polling pattern for batch results is incomplete (no retry/wait logic shown).

2 / 3

Progressive Disclosure

Content is reasonably structured with clear section headers, but it's a long monolithic file (~200 lines of code examples) with no references to external files. The multivariate and univariate sections could be split into separate reference files, with the SKILL.md serving as a concise overview.

2 / 3

Total

9

/

12

Passed

Description

89%

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 solid skill description that clearly identifies its niche (Azure AI Anomaly Detector SDK for Java) and provides explicit trigger guidance. The main weakness is that the 'what' portion could be more specific about concrete actions beyond 'build applications'. The trigger terms and distinctiveness are strong due to the specific technology stack.

Suggestions

Add more specific concrete actions such as 'detect spikes and dips in time-series data, train multivariate models, configure detection sensitivity, batch-detect anomalies' to improve specificity.

DimensionReasoningScore

Specificity

Names the domain (Azure AI Anomaly Detector SDK for Java) and mentions some actions (univariate/multivariate anomaly detection, time-series analysis), but doesn't list specific concrete actions like 'detect spikes', 'train models', 'configure detection parameters', or 'stream data points'.

2 / 3

Completeness

Clearly answers both what ('Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java') and when ('Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring') with an explicit 'Use when' clause.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'anomaly detection', 'Azure AI', 'Anomaly Detector SDK', 'Java', 'univariate', 'multivariate', 'time-series analysis', 'AI-powered monitoring'. Good coverage of terms a developer working in this space would use.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive due to the specific combination of Azure AI Anomaly Detector + SDK + Java. Unlikely to conflict with other skills given the narrow technology stack and specific AI service being targeted.

3 / 3

Total

11

/

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.