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.

65

Quality

79%

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 ./skills/azure-communication-sms-java/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

A highly actionable, code-first SDK reference with lean prose and good section organization. The main gap is the absence of an explicit validation/retry feedback loop for bulk (batch) sending, which caps workflow clarity.

Suggestions

Add an explicit validate-retry loop for bulk sends, e.g. after sendWithResponse, check each SmsSendResult, retry 429s with backoff, and only report success once all recipients are confirmed.

Replace the generic 'When to Use' sentence ('applicable to execute the workflow or actions described in the overview') with concrete trigger guidance or remove it to save tokens.

De-duplicate the async-client construction shown in both 'Client Creation' and 'Async Operations' to tighten the body.

DimensionReasoningScore

Conciseness

The body is mostly tight, executable code with minimal prose and no explanation of concepts Claude already knows, but the generic 'When to Use' and 'Limitations' boilerplate plus a duplicated async-client construction add minor removable tokens.

4 / 5

Actionability

Copy-paste-ready Java covers client creation, single and bulk sends, options, response handling, async, and error handling, fully covering the common cases with concrete code and a properties table.

5 / 5

Workflow Clarity

Sections follow a logical install-then-send order and show per-recipient isSuccessful() checks, but there is no explicit validate-then-retry feedback loop for the batch/bulk sending path, which the rubric flags as a validation gap for batch operations.

3 / 5

Progressive Disclosure

The single SKILL.md is well-organized with clear section headers and is self-contained with no bundle files to reference; content is appropriately placed, though a few sections (properties, delivery reports) could conceivably split out.

4 / 5

Total

16

/

20

Passed

Description

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

A concise, well-structured description that clearly states capability and usage triggers with strong distinctiveness. Specificity of actions is the weakest area, since only 'send SMS' is a true action while the rest are use cases.

Suggestions

Add one or two more concrete actions beyond 'Send SMS messages' (e.g., 'track delivery reports', 'send bulk messages') to lift specificity toward 5.

Include the natural synonym 'text messages' in the trigger terms so users who say 'text' instead of 'SMS' are captured.

DimensionReasoningScore

Specificity

The description names the domain ('Azure Communication Services SMS Java SDK') and one concrete action ('Send SMS messages'), but the remaining listed items are use-case triggers rather than distinct skill actions, so coverage is not comprehensive.

3 / 5

Completeness

It explicitly answers both what ('Send SMS messages with Azure Communication Services SMS Java SDK') and when ('Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural user-facing terms like 'SMS notifications', 'OTP delivery', 'bulk messaging', and 'delivery reports' give good keyword coverage, though common synonyms such as 'text message' and the SDK's technical qualifiers are absent.

4 / 5

Distinctiveness Conflict Risk

The Azure Communication Services SMS Java SDK niche is specific with distinct triggers, creating minimal overlap risk with other skills.

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