CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-communication-callautomation-java

Build server-side call automation workflows including IVR systems, call routing, recording, and AI-powered interactions.

57

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/azure-communication-callautomation-java/SKILL.md

The canonical home for this skill is azure-communication-callautomation-java in sickn33/antigravity-awesome-skills

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—every section provides executable Java code with proper imports and realistic parameters. However, it reads more like a flat API cookbook than a workflow guide; it lacks an explicit end-to-end sequence showing how the pieces connect (e.g., event-driven call flow), and the monolithic structure could benefit from splitting advanced topics into referenced files. Minor token waste in the 'Trigger Phrases' and 'When to Use' boilerplate sections.

Suggestions

Add an explicit end-to-end workflow section at the top showing the typical call automation sequence: create/answer call → handle CallConnected → play prompt → recognize input → route/transfer → hang up, with validation checkpoints at each event-driven step.

Remove the 'Trigger Phrases' and 'When to Use' sections from the body content—these belong in YAML frontmatter, not in the skill body, and waste tokens.

Split advanced topics (recording workflows, speech recognition with AI, complex IVR patterns) into separate referenced files to improve progressive disclosure and reduce the monolithic structure.

DimensionReasoningScore

Conciseness

The content is mostly efficient with executable code examples, but includes some unnecessary elements like the 'Trigger Phrases' and 'When to Use' sections which add no value for Claude. The 'Key Concepts' table is borderline—useful as a quick reference but Claude likely knows these patterns. The repeated variable declarations (e.g., callConnectionId) across sections add minor bloat.

2 / 3

Actionability

All code examples are concrete, executable Java with proper imports, specific class names, and realistic parameters. The examples cover the full lifecycle from client creation through call handling, recording, and event processing—all copy-paste ready with clear API usage patterns.

3 / 3

Workflow Clarity

Individual operations are clearly shown but there's no explicit end-to-end workflow sequence showing how these pieces connect (e.g., create call → handle CallConnected event → play prompt → recognize input → route based on result). The event handling section implies a workflow but doesn't explicitly sequence it. No validation checkpoints for the multi-step call automation process.

2 / 3

Progressive Disclosure

The content is a long monolithic file (~200+ lines of code examples) with no references to external files for advanced topics. The sections are well-organized with clear headers, but topics like recording workflows, AI-powered interactions, or complex IVR trees could be split into separate reference files. For a skill of this complexity, inline everything is suboptimal.

2 / 3

Total

9

/

12

Passed

Description

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

The description does a good job listing specific capabilities in the telephony/call automation domain, making it distinctive and concrete. However, it lacks an explicit 'Use when...' clause, which weakens its completeness for skill selection. Adding trigger guidance and more natural user-facing keywords would strengthen it.

Suggestions

Add a 'Use when...' clause, e.g., 'Use when the user needs to build phone systems, voice menus, or automated call handling.'

Include additional natural trigger terms users might say, such as 'phone system', 'telephony', 'voice menu', 'Twilio', 'VoIP', or 'DTMF'.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'IVR systems, call routing, recording, and AI-powered interactions' alongside the broader framing of 'server-side call automation workflows'.

3 / 3

Completeness

Clearly answers 'what does this do' with specific capabilities, but lacks an explicit 'Use when...' clause or equivalent trigger guidance, which caps this at 2 per the rubric.

2 / 3

Trigger Term Quality

Includes relevant terms like 'IVR', 'call routing', 'recording', and 'call automation', but misses common user variations like 'phone system', 'voice menu', 'telephony', 'DTMF', 'Twilio', or 'VoIP' that users might naturally say.

2 / 3

Distinctiveness Conflict Risk

The domain of server-side call automation, IVR systems, and call routing is a clear niche that is unlikely to conflict with other skills. The combination of telephony-specific terms makes it highly distinguishable.

3 / 3

Total

10

/

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.