CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-communication-callingserver-java

⚠️ DEPRECATED: This SDK has been renamed to Call Automation. For new projects, use azure-communication-callautomation instead. This skill is for maintaining legacy code only.

48

Quality

51%

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

Quality

Content

79%

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

This is a well-structured deprecation/migration skill that efficiently communicates the key changes between the old CallingServer SDK and the new Call Automation SDK. Its strengths are concrete, executable code examples and a clear mapping table. Its main weaknesses are the lack of explicit migration validation steps and some boilerplate sections that don't add value.

Suggestions

Add a brief explicit migration workflow with a validation checkpoint, e.g., '1. Update pom.xml dependency → 2. Replace imports/class names per table → 3. Build and verify no compilation errors → 4. Test recording/call flows'

Remove or relocate the generic 'When to Use' and 'Limitations' boilerplate sections, which add no skill-specific value and consume tokens

DimensionReasoningScore

Conciseness

The content is lean and focused on what matters: migration mappings, concrete dependency changes, and class name changes. It doesn't explain what Azure Communication Services is or how SDKs work in general. The deprecation notice is appropriately prominent without being verbose.

3 / 3

Actionability

Provides fully executable Maven dependency snippets, complete Java code for both old and new client creation patterns, and a clear class name mapping table. The migration path is copy-paste ready with concrete before/after examples.

3 / 3

Workflow Clarity

The migration path is presented as a series of sections (dependency change → class name changes → code changes) but lacks an explicit sequenced workflow with validation checkpoints. For a migration task, there's no verification step (e.g., 'build and verify no compilation errors') after making changes.

2 / 3

Progressive Disclosure

References the `azure-communication-callautomation-java` skill for new development, which is good progressive disclosure. However, there are no bundle files to support the reference, and the 'Trigger Phrases', 'When to Use', and 'Limitations' boilerplate sections add noise that could be trimmed or moved elsewhere.

2 / 3

Total

10

/

12

Passed

Description

22%

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 description functions as a deprecation notice rather than a skill description. It completely lacks information about what the skill does, what actions it performs, or what capabilities it provides. While the deprecation context and SDK naming provide some trigger terms, the absence of functional detail makes it nearly unusable for skill selection.

Suggestions

Add concrete actions describing what this skill does, e.g., 'Manages call routing, call recording, and DTMF handling using the legacy Azure Communication Calling Server SDK.'

Add an explicit 'Use when...' clause, e.g., 'Use when maintaining legacy code that references azure-communication-callingserver or the older Calling Server SDK APIs.'

Include natural trigger terms users might use, such as 'calling server', 'call management', 'azure calls', 'legacy call SDK', and specific package names.

DimensionReasoningScore

Specificity

The description does not describe any concrete actions or capabilities. It only states the skill is deprecated and references a renamed SDK, without explaining what the skill actually does.

1 / 3

Completeness

The description fails to answer 'what does this do' — it never explains the skill's functionality. The 'when' is weakly implied ('maintaining legacy code only') but there is no explicit trigger guidance or 'Use when...' clause.

1 / 3

Trigger Term Quality

It includes some relevant keywords like 'Call Automation', 'azure-communication-callautomation', and 'legacy code', which could help match user queries about the deprecated SDK. However, it lacks natural terms a user might say when needing this skill.

2 / 3

Distinctiveness Conflict Risk

The mention of the specific SDK name 'azure-communication-callautomation' and the deprecation notice provide some distinctiveness, but the lack of functional description means it could be confused with the newer Call Automation skill or other Azure communication skills.

2 / 3

Total

6

/

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.