CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-eventgrid-java

Build event-driven applications with Azure Event Grid SDK for Java. Use when publishing events, implementing pub/sub patterns, or integrating with Azure services via events.

64

Quality

78%

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-eventgrid-java/SKILL.md

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

SKILL.md
Quality
Evals
Security

Quality

Content

72%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 delivers highly actionable, executable Java examples across the full publish/receive surface, but reads as an inline reference catalog without sequenced validation workflows or progressive disclosure into separate files. Batch and acknowledge operations lack the feedback loops the rubric expects.

Suggestions

Add explicit validation/feedback checkpoints to batch and acknowledge flows — e.g., after sendEvents, verify the response and log failed event IDs; after receive, only acknowledge events whose processing succeeded and retry/release otherwise.

Move the system-events catalog and the Event Grid Namespaces (MQTT/Pull) detail into one-level-deep reference files (e.g., references/system-events.md, references/namespaces.md) and link to them from SKILL.md to improve progressive disclosure.

Trim the pinned version (4.27.0) and the generic 'When to Use' line, and drop or tighten the 'Trigger Phrases' block since the frontmatter description already carries the trigger terms.

DimensionReasoningScore

Conciseness

The body is predominantly lean, executable code with clear section headers and little concept re-explanation, but the pinned version (4.27.0), the duplicated 'Trigger Phrases' block, and the filler 'When to Use' line ('applicable to execute the workflow or actions described in the overview') are minor padding that could be trimmed.

4 / 5

Actionability

Copy-paste-ready Java examples cover the common cases end to end — client creation (key/DefaultAzureCredential/async), publishing EventGridEvent and CloudEvent (single and batch), parsing received payloads, namespace pull/MQTT receive-acknowledge, and error handling — with only expected placeholder endpoints/keys.

5 / 5

Workflow Clarity

Content is organized as a pattern catalog rather than a sequenced workflow, and batch operations (sendEvents) and the namespace receive-then-acknowledge flow lack explicit validation/feedback checkpoints; per the rubric, missing validation in batch operations caps workflow clarity at 3.

3 / 5

Progressive Disclosure

Headers provide reasonable structure, but with no references/scripts/assets bundle present, roughly 300 lines of content (system events, namespace MQTT/Pull details, custom data class) are inlined in SKILL.md rather than split into one-level-deep reference files.

3 / 5

Total

15

/

20

Passed

Description

83%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 well-constructed: it states the domain and concrete capabilities in third person and provides an explicit 'Use when' clause with natural trigger terms. It is comprehensive on completeness with only minor specificity and distinctiveness gaps.

DimensionReasoningScore

Specificity

Names the domain ('Azure Event Grid SDK for Java') and several concrete actions ('publishing events, implementing pub/sub patterns, or integrating with Azure services via events'), but the leading 'Build event-driven applications' is abstract and receiving/parsing (covered in the body) is omitted, leaving minor gaps.

4 / 5

Completeness

Explicitly answers both 'what' ('Build event-driven applications with Azure Event Grid SDK for Java') and 'when' ('Use when publishing events, implementing pub/sub patterns, or integrating with Azure services via events') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user-facing terms ('publishing events', 'pub/sub patterns', 'Azure services via events') with good coverage, but misses common variations present in the body such as CloudEvents, webhooks, and MQTT/namespace triggers.

4 / 5

Distinctiveness Conflict Risk

The 'Azure Event Grid SDK for Java' niche is clearly distinct with minimal conflict risk, but 'integrating with Azure services via events' is somewhat broad and could overlap with adjacent Azure messaging skills (Service Bus, Event Hubs).

4 / 5

Total

17

/

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.