CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-communication-common-java

Azure Communication Services common utilities for Java. Use when working with CommunicationTokenCredential, user identifiers, token refresh, or shared authentication across ACS services.

57

Quality

66%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/azure-communication-common-java/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

42%

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

The skill provides highly actionable, executable Java code examples covering the full Azure Communication Common API surface, which is its primary strength. However, it is significantly over-verbose for a skill file—much of the content reads like API documentation that Claude doesn't need in-context, and the monolithic structure with no progressive disclosure wastes token budget. Trimming to essential patterns and splitting reference material into separate files would substantially improve it.

Suggestions

Reduce content by ~50%: remove the Type Checking Identifiers section (Claude knows instanceof), collapse identifier examples into a single table with constructor signatures, and cut the Trigger Phrases/boilerplate Limitations sections.

Split into multiple files: keep SKILL.md as a quick-start with CommunicationTokenCredential basics, and move identifier details to IDENTIFIERS.md, Entra ID auth to ENTRA_AUTH.md, with clear references from the main file.

Add error handling examples for token refresh failures, since authentication is a critical path—show what exceptions to catch and how to implement retry logic.

Remove explanatory comments that state the obvious (e.g., '// Simple static token - no refresh', '// For identifiers of unknown type') to improve token efficiency.

DimensionReasoningScore

Conciseness

The skill is excessively verbose for its purpose. It explains basic Java patterns Claude already knows (type checking with instanceof, try-with-resources), includes redundant sections (Trigger Phrases, boilerplate Limitations), and the identifier parsing/type checking sections are essentially API documentation that Claude can infer. The 'Best Practices' section states obvious things like 'never log tokens.' Much of this could be cut by 60%+ without losing actionable information.

1 / 3

Actionability

The code examples are concrete, executable, and copy-paste ready. Every major concept (static token, proactive refresh, Entra ID auth, each identifier type) has a complete, runnable Java code snippet with proper imports. The common usage pattern at the end ties it together with a realistic factory method.

3 / 3

Workflow Clarity

This is primarily a reference/API skill rather than a multi-step workflow, so the bar is lower. However, the credential lifecycle (create → use → dispose) is shown but not explicitly sequenced as a workflow. The best practices mention error handling for token refresh failures but provide no concrete error handling code or validation steps. For a skill involving authentication tokens, missing error recovery patterns is a gap.

2 / 3

Progressive Disclosure

This is a monolithic wall of text with no bundle files and no references to external documents. At ~200+ lines, the identifier details, Entra ID auth, cloud environments, and common patterns could easily be split into separate reference files. Everything is inline with no navigation structure beyond flat headings.

1 / 3

Total

7

/

12

Passed

Description

89%

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 solid skill description that clearly identifies its niche (Azure Communication Services common utilities for Java) and provides an explicit 'Use when' clause with relevant trigger terms. Its main weakness is that it describes the domain and concepts rather than listing concrete actions the skill enables, which slightly reduces specificity.

Suggestions

Add concrete action verbs describing what the skill does, e.g., 'Creates and manages CommunicationTokenCredential instances, parses user identifiers, handles token refresh callbacks, and configures shared authentication across ACS services.'

DimensionReasoningScore

Specificity

Names the domain (Azure Communication Services Java utilities) and mentions some specific concepts like CommunicationTokenCredential, user identifiers, and token refresh, but doesn't list concrete actions (e.g., 'create credentials', 'refresh tokens', 'parse identifiers').

2 / 3

Completeness

Clearly answers both 'what' (common utilities for Azure Communication Services Java) and 'when' (explicit 'Use when' clause listing specific trigger scenarios like working with CommunicationTokenCredential, user identifiers, token refresh, or shared authentication).

3 / 3

Trigger Term Quality

Includes strong natural keywords a developer would use: 'CommunicationTokenCredential', 'user identifiers', 'token refresh', 'shared authentication', 'ACS services'. These are the exact terms a user working in this domain would mention.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche: Azure Communication Services common/shared utilities in Java. The specific trigger terms like 'CommunicationTokenCredential' and 'ACS services' make it very unlikely to conflict with other skills.

3 / 3

Total

11

/

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.