CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-communication-sms-java

Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports.

68

Quality

82%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

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—concrete, executable Java code covering all major SMS operations. Its main weaknesses are moderate verbosity from redundant patterns across sections and the lack of a cohesive workflow with validation checkpoints for bulk/critical messaging scenarios. The content would benefit from consolidation of overlapping examples and an explicit step-by-step workflow for common use cases like OTP delivery.

Suggestions

Consolidate redundant sections: merge 'Send Options' into the multi-recipient example and 'Response Handling' into the error handling section to reduce repetition.

Add an explicit end-to-end workflow for a common scenario (e.g., OTP delivery) with validation steps: verify E.164 format → send → check isSuccessful() → retry on 429 with backoff → confirm via delivery report.

Remove the 'Trigger Phrases', 'When to Use', and 'Limitations' boilerplate sections—these add no actionable value for Claude.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with executable code examples, but includes some redundancy (e.g., the 'Send Options' section repeats what's already shown in the multi-recipient example, the 'Response Handling' section largely duplicates patterns from earlier sections, and the 'Trigger Phrases' / 'When to Use' / 'Limitations' boilerplate adds little value). The delivery report handler is pseudocode with comments rather than real code, adding bulk without substance.

2 / 3

Actionability

The skill provides fully executable Java code for client creation (multiple auth methods), single/multi-recipient sending, async operations, and error handling. Code examples are copy-paste ready with concrete method calls, imports, and result processing patterns.

3 / 3

Workflow Clarity

The skill presents individual operations clearly but lacks an explicit end-to-end workflow sequence. For bulk messaging operations, there's no validation checkpoint or feedback loop (e.g., verify phone number format before sending, handle partial failures in batch). The error handling section shows patterns but doesn't integrate them into a sequenced workflow with retry logic.

2 / 3

Progressive Disclosure

The content is reasonably organized with clear section headers, but it's a monolithic document (~200 lines) with no references to external files. The async operations, delivery reports, and detailed response handling could be split into separate reference files. However, for a single-SDK skill with no bundle, the inline approach is acceptable though not optimal.

2 / 3

Total

9

/

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 well-crafted skill description that clearly identifies the technology stack (Azure Communication Services SMS Java SDK), lists concrete use cases, and includes an explicit 'Use when' clause with natural trigger terms. It is concise, specific, and distinctive, making it easy for Claude to select appropriately from a large skill set.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: sending SMS messages, implementing notifications, alerts, OTP delivery, bulk messaging, and delivery reports. Also specifies the technology stack (Azure Communication Services SMS Java SDK).

3 / 3

Completeness

Clearly answers both 'what' (send SMS messages with Azure Communication Services SMS Java SDK) and 'when' (explicit 'Use when' clause covering SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports).

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'SMS', 'notifications', 'alerts', 'OTP delivery', 'bulk messaging', 'delivery reports', 'Azure Communication Services', 'Java SDK'. These cover common variations of how users would describe SMS-related tasks.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive due to the specific combination of Azure Communication Services, SMS, and Java SDK. Unlikely to conflict with other skills unless there are multiple Azure SMS skills; the technology stack and protocol specificity create a clear niche.

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.