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.

82

1.33x
Quality

73%

Does it follow best practices?

Impact

100%

1.33x

Average score across 3 eval scenarios

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

Quality

Content

57%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 skill provides solid, actionable Java code examples for Azure Communication Services authentication and identifiers, making it highly usable as a reference. However, it suffers from being overly long and monolithic—much of the content (identifier type checking, cloud environments, Entra ID auth) could be split into separate files with clear navigation. Some sections explain patterns Claude already knows (instanceof casting, try-with-resources) and the 'Trigger Phrases' / 'When to Use' sections add no value.

Suggestions

Split the content into a concise SKILL.md overview (credential creation + common patterns) with references to separate files like IDENTIFIERS.md, ENTRA_AUTH.md, and REFERENCE.md

Remove the 'Type Checking Identifiers' section entirely—instanceof pattern matching is basic Java that Claude already knows

Remove the 'Trigger Phrases' and 'When to Use' boilerplate sections as they waste tokens and belong in frontmatter if anywhere

Add error handling examples for token refresh failures, which is listed as a best practice but never demonstrated in code

DimensionReasoningScore

Conciseness

The skill is fairly comprehensive but includes some unnecessary sections like 'Trigger Phrases' and 'When to Use' boilerplate, and the Type Checking Identifiers section is verbose with patterns Claude already knows (instanceof checks, casting). The identifier parsing utility is also something Claude could derive without explicit instruction.

2 / 3

Actionability

The skill provides fully executable Java code examples throughout, including Maven dependency, credential creation with static and refreshing tokens, identifier construction, and complete client builder patterns. All code is copy-paste ready with clear imports.

3 / 3

Workflow Clarity

The skill is primarily a reference/API guide rather than a multi-step workflow, but the best practices section lists important steps (proactive refresh, close credentials) without integrating them into a clear workflow with validation checkpoints. The credential lifecycle (create → use → dispose) could be more explicitly sequenced with error handling steps.

2 / 3

Progressive Disclosure

The content is a monolithic wall of text with all API details inline. At ~200+ lines, sections like identifier parsing, type checking, cloud environments, and Entra ID authentication could be split into separate reference files. There are no references to external files for advanced topics.

1 / 3

Total

8

/

12

Passed

Description

89%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 solid skill description that clearly identifies its niche (Azure Communication Services common Java utilities) 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 specific concrete actions the skill enables. Adding action verbs like 'create', 'refresh', 'parse' would strengthen the specificity.

Suggestions

Add concrete action verbs to describe what the skill does, e.g., 'Creates and manages CommunicationTokenCredential instances, parses user identifiers, handles token refresh callbacks.'

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 CommunicationTokenCredential, user identifiers, token refresh, or shared authentication scenarios).

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