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.

86

1.35x
Quality

82%

Does it follow best practices?

Impact

92%

1.35x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

64%Scale 1-3

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—nearly every section has executable Java code. However, it's somewhat verbose with overlapping patterns shown multiple times, lacks a clear end-to-end workflow with validation checkpoints, and could benefit from better progressive disclosure by splitting advanced topics into separate files. The 'Trigger Phrases' and 'When to Use' sections are unnecessary filler.

Suggestions

Remove the 'Trigger Phrases' and 'When to Use' sections—they waste tokens and provide no actionable guidance for Claude.

Add an explicit end-to-end workflow section with numbered steps: create client → send message → check result → handle errors → verify delivery, with validation checkpoints.

Consolidate overlapping response/error handling code—the single send, multi send, and response handling sections all demonstrate similar result-checking patterns that could be shown once.

Replace the delivery report pseudocode with either executable code or a clear reference to external documentation, since the current comment-only handler is not actionable.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with executable code examples, but includes some redundancy—multiple client creation patterns, response handling shown in several places with overlapping patterns, and the delivery report handler is pseudocode/comments rather than real code. The 'Trigger Phrases' and 'When to Use' sections add no value for Claude.

2 / 3

Actionability

The skill provides fully executable Java code for every major operation: client creation, single send, bulk send, async operations, error handling, and response processing. Code is copy-paste ready with concrete examples including phone number formats and option configuration.

3 / 3

Workflow Clarity

The skill presents individual operations clearly but lacks an explicit sequenced workflow (e.g., setup → configure → send → verify). For bulk messaging, there's no validation checkpoint or feedback loop for handling partial failures across recipients beyond iterating results. The delivery report section is vague pseudocode without actionable integration steps.

2 / 3

Progressive Disclosure

Content is reasonably structured with clear section headers, but it's a long monolithic file (~200 lines of code examples) that could benefit from splitting advanced topics (async operations, delivery reports, error handling patterns) into separate referenced files. The properties table and best practices are well-organized inline.

2 / 3

Total

9

/

12

Passed

Description

100%Scale 1-3

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