CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-communication-chat-java

Build real-time chat applications with thread management, messaging, participants, and read receipts.

55

Quality

62%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

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

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

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 is a comprehensive API reference for Azure Communication Chat in Java with excellent, executable code examples covering all major operations. However, it reads as a flat reference document rather than a well-structured skill - it lacks progressive disclosure (everything is inline), has no explicit workflow sequencing or validation steps, and includes some unnecessary sections like 'Trigger Phrases' and 'When to Use' that waste tokens.

Suggestions

Restructure into a concise Quick Start section (client creation + send first message) with references to separate files for advanced topics like pagination, error handling, and participant management.

Add an explicit workflow sequence showing the typical flow: create client → create thread → add participants → send messages, with validation checkpoints (e.g., verify thread creation succeeded before sending messages).

Remove the 'Trigger Phrases', 'When to Use', and 'Key Concepts' table sections as they add no actionable value and waste tokens.

Trim verbose println statements in code examples to focus on the API calls themselves rather than output formatting.

DimensionReasoningScore

Conciseness

The skill is fairly comprehensive but includes some unnecessary verbosity - the Key Concepts table explains things Claude already knows, the 'Trigger Phrases' and 'When to Use' sections add no value in the body, and some code examples include excessive println statements that pad without adding clarity.

2 / 3

Actionability

All code examples are fully executable Java with proper imports, concrete method calls, and realistic usage patterns. Every section provides copy-paste ready code covering the full API surface from client creation through error handling.

3 / 3

Workflow Clarity

The sections are logically ordered (create client → create thread → send messages → manage participants), but there's no explicit workflow sequence tying them together, no validation checkpoints, and no error recovery loops for multi-step operations like thread creation followed by participant management.

2 / 3

Progressive Disclosure

The content is a monolithic wall of code examples with no references to external files and no layered structure. Everything is inline in one long document with no separation between quick-start essentials and advanced features like pagination or typing notifications.

1 / 3

Total

8

/

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 is strong in specificity and distinctiveness, clearly naming concrete features of a chat application skill. Its main weaknesses are the absence of an explicit 'Use when...' clause and slightly limited trigger term coverage, which could reduce Claude's ability to match this skill to relevant user requests.

Suggestions

Add a 'Use when...' clause with explicit triggers, e.g., 'Use when the user asks to build a chat app, implement messaging features, or add real-time communication to an application.'

Include additional natural trigger terms and variations such as 'instant messaging', 'conversations', 'chat rooms', 'websocket', or 'real-time communication' to improve keyword coverage.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions/features: 'real-time chat applications', 'thread management', 'messaging', 'participants', and 'read receipts'. These are concrete, specific capabilities.

3 / 3

Completeness

Clearly answers 'what does this do' (build real-time chat applications with specific features), 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 some natural keywords like 'chat', 'messaging', 'thread', and 'read receipts' that users might say, but misses common variations like 'instant messaging', 'conversations', 'DMs', 'chat rooms', 'websocket', or specific framework/library names.

2 / 3

Distinctiveness Conflict Risk

The combination of 'real-time chat applications' with specific features like 'thread management', 'participants', and 'read receipts' creates a clear niche that is unlikely to conflict with other skills.

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.