CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-monitor-ingestion-java

Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE).

54

Quality

61%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/azure-monitor-ingestion-java/SKILL.md

The canonical home for this skill is azure-monitor-ingestion-java in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

57%Scale 1-5

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

This is a competent SDK reference skill with good code examples covering the main use cases (sync/async upload, error handling, concurrency). However, it lacks a clear end-to-end workflow with validation checkpoints (e.g., verifying logs arrived), includes some unnecessary explanatory content, and would benefit from better progressive disclosure given its length.

Suggestions

Add a verification step after upload (e.g., query the table to confirm ingestion) to create a proper feedback loop for this batch operation.

Remove the Key Concepts table and 'When to Use' boilerplate—Claude already understands these concepts from the context and code examples.

Consider splitting into a concise SKILL.md with quick-start upload example and a separate ADVANCED.md for concurrency, error handling patterns, and the log entry model.

DimensionReasoningScore

Conciseness

The skill includes some unnecessary content like the Key Concepts table (Claude knows what DCE/DCR are from context), the 'When to Use' boilerplate at the end, and the BOM installation alternative adds bulk. The best practices section is reasonable but could be tighter.

3 / 5

Actionability

Provides concrete, executable Java code for client creation, uploading logs, error handling, and async patterns. The code examples are mostly copy-paste ready, though placeholders like `getLargeLogs()` and `getLogs()` reduce full executability slightly.

4 / 5

Workflow Clarity

The skill presents operations as independent code snippets rather than a sequenced workflow. There's no explicit validation step to confirm logs were actually ingested (e.g., query after upload), and no feedback loop for retry on transient failures. For a batch upload operation, this absence of verification caps the score.

3 / 5

Progressive Disclosure

The content is all inline in a single file with no bundle files for separation. The reference links table at the end is helpful, and there's a brief mention of 'See azure-monitor-query skill,' but the 200+ lines could benefit from splitting advanced patterns (concurrency, error handling) into separate files.

3 / 5

Total

13

/

20

Passed

Description

64%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 clearly identifies a narrow, specific technology domain (Azure Monitor Ingestion SDK for Java) with good technical trigger terms including acronyms (DCR, DCE). However, it lacks an explicit 'Use when...' clause and could benefit from listing additional concrete actions beyond sending custom logs.

Suggestions

Add a 'Use when...' clause with trigger phrases like 'Use when the user needs to send custom logs to Azure Monitor, configure Data Collection Rules, or use the Azure Monitor Ingestion SDK in Java projects'.

Expand the capability list with additional concrete actions such as 'configure authentication, batch log uploads, handle ingestion errors, set up Data Collection Endpoints'.

DimensionReasoningScore

Specificity

Names the domain (Azure Monitor Ingestion SDK for Java) and one concrete action ('Send custom logs'), but doesn't elaborate on additional capabilities like batching, error handling, authentication setup, or configuration details.

3 / 5

Completeness

Has a clear 'what' (send custom logs to Azure Monitor via DCR and DCE using Java SDK), but there is no explicit 'when' clause or trigger guidance. Per rubric guidelines, missing 'Use when...' caps completeness at 3.

3 / 5

Trigger Term Quality

Includes strong natural keywords like 'Azure Monitor', 'custom logs', 'Data Collection Rules', 'DCR', 'Data Collection Endpoints', 'DCE', and 'Java'. Missing some variations like 'Log Analytics', 'log ingestion', 'Azure logging', or 'monitor SDK' that users might naturally say.

4 / 5

Distinctiveness Conflict Risk

Highly specific niche: Azure Monitor Ingestion SDK specifically for Java, with DCR/DCE terminology. This is unlikely to conflict with other skills due to the very targeted technology stack and specific Azure service.

5 / 5

Total

15

/

20

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