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?

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

Quality

Content

57%

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 strong actionability—every operation has executable code. However, it reads more like SDK documentation than a skill: it's a long monolithic file without progressive disclosure, lacks an integrated workflow showing how operations connect, and includes some boilerplate sections that waste tokens. The content would benefit from restructuring into a concise overview with references to detailed sub-files.

Suggestions

Split the content into a concise SKILL.md overview (client creation, create thread, send message) with references to separate files like PARTICIPANTS.md, RECEIPTS.md, PAGINATION.md for detailed operations.

Add a cohesive end-to-end workflow section showing the typical sequence: create client → create thread → verify success → add participants → send messages → handle errors, with explicit validation checkpoints between steps.

Remove the 'Trigger Phrases', 'When to Use', and 'Limitations' boilerplate sections as well as the Key Concepts table to reduce token usage—Claude already understands these class relationships from the code examples.

Consolidate the Best Practices into the relevant code sections (e.g., token refresh logic near client creation, pagination guidance near message listing) rather than listing them separately at the end.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with executable code examples, but includes some unnecessary sections like 'Trigger Phrases', 'When to Use', and 'Limitations' boilerplate that add no value. The Key Concepts table explains things Claude already knows, and the overall length (~250 lines) could be tightened significantly for what is essentially an API reference.

2 / 3

Actionability

Every section provides fully executable Java code with proper imports, concrete method calls, and realistic usage patterns. The code is copy-paste ready with clear variable names and covers the full API surface including error handling with specific HTTP status codes.

3 / 3

Workflow Clarity

The skill presents individual API operations clearly but lacks a cohesive workflow showing how to build a chat application end-to-end. There are no validation checkpoints—for example, no guidance on verifying thread creation succeeded before sending messages, or checking participant addition results. The Best Practices section hints at important concerns (token expiry, filtering system messages) but doesn't integrate them into a workflow.

2 / 3

Progressive Disclosure

The content is a monolithic wall of text with all API operations inlined in a single file. For a skill this long covering thread management, messaging, participants, read receipts, pagination, and error handling, the content should be split into referenced sub-files. There are no references to any external files or organized navigation structure.

1 / 3

Total

8

/

12

Passed

Description

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 is reasonably specific about what the skill does, listing concrete features of chat application development. Its main weakness is the absence of an explicit 'Use when...' clause, which would help Claude know exactly when to select this skill. The trigger terms are decent but could benefit from more natural user-facing variations.

Suggestions

Add a 'Use when...' clause such as 'Use when the user asks to build a chat app, implement real-time messaging, add conversation threads, or integrate read receipts.'

Include additional natural trigger terms users might say, such as 'instant messaging', 'conversations', 'DMs', 'WebSocket', or 'chat feature'.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions/features: 'thread management', 'messaging', 'participants', and 'read receipts'. These are concrete, identifiable capabilities within the chat application domain.

3 / 3

Completeness

Clearly answers 'what does this do' (build chat apps with thread management, messaging, participants, read receipts), 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 applications', 'messaging', 'thread', and 'read receipts', but misses common variations users might say such as 'real-time messaging', 'chat app', 'conversations', 'DMs', 'instant messaging', or 'WebSocket'.

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