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.

72

Quality

66%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

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

Quality

Discovery

67%

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 a well-defined niche (call automation/IVR), making it distinctive and concrete. However, it lacks an explicit 'Use when...' clause and could benefit from additional natural trigger terms that users would commonly use when requesting this type of work.

Suggestions

Add a 'Use when...' clause, e.g., 'Use when the user needs to build phone systems, handle incoming/outgoing calls programmatically, or set up telephony workflows.'

Include additional natural trigger terms such as 'phone', 'telephony', 'voice', 'VoIP', 'Twilio', 'DTMF', or 'interactive voice response' to improve keyword coverage.

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 dimension 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 such as 'phone', 'telephony', 'voice', 'DTMF', 'Twilio', or 'VoIP' that users might naturally use.

2 / 3

Distinctiveness Conflict Risk

The domain of server-side call automation with IVR systems and call routing is a clear, distinct niche that is unlikely to conflict with other skills.

3 / 3

Total

10

/

12

Passed

Implementation

64%

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 has executable Java code with proper imports and realistic examples. However, it reads more like a flat API cookbook than a workflow guide; it lacks an end-to-end sequenced workflow showing how the pieces connect (incoming call → answer → IVR menu → route), which is critical for call automation. The content could be more concise by removing boilerplate sections and better organized with progressive disclosure for the extensive code examples.

Suggestions

Add an end-to-end workflow section showing a complete IVR flow: answer call → play greeting → recognize DTMF → route based on input → handle errors, with explicit validation checkpoints between steps.

Split detailed API sections (recording, media, event handling) into separate reference files and keep SKILL.md as a concise overview with links.

Remove the 'Trigger Phrases', 'When to Use', and 'Limitations' boilerplate sections that don't add actionable value for Claude.

DimensionReasoningScore

Conciseness

The content is mostly efficient with executable code examples, but includes some unnecessary sections like 'Trigger Phrases', 'When to Use', and 'Limitations' that add little value. The 'Key Concepts' table is borderline—useful for orientation but Claude likely knows these patterns. The repeated variable declarations (e.g., re-declaring `client`) add minor bloat.

2 / 3

Actionability

Every section provides fully executable Java code with proper imports, concrete class instantiation, and realistic parameter values. The code is copy-paste ready with clear placeholders for user-specific values like connection strings and phone numbers.

3 / 3

Workflow Clarity

Individual operations are clearly shown, but there's no end-to-end workflow showing how these pieces connect (e.g., create call → wait for CallConnected event → play prompt → recognize input → route). The recording section mentions 'after RecordingFileStatusUpdated event' but doesn't show the validation/feedback loop. For a multi-step call automation system, the lack of a sequenced workflow with checkpoints is a gap.

2 / 3

Progressive Disclosure

The content is well-structured with clear section headers, but it's a monolithic document (~200 lines) that could benefit from splitting detailed sections (recording, media operations, event handling) into separate reference files. There are no references to external files for advanced topics.

2 / 3

Total

9

/

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.