CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-web-pubsub-ts

Real-time messaging with WebSocket connections and pub/sub patterns.

52

Quality

58%

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-web-pubsub-ts/SKILL.md

The canonical home for this skill is azure-web-pubsub-ts in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

72%Weight 40%Scale 1-5

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

The body is a highly actionable, code-dense API reference that is easy to copy from, but it inlines the full reference in one file with no progressive disclosure to bundle files and presents no explicit sequenced workflow with validation checkpoints.

Suggestions

Move the detailed API reference (e.g. 'Key Types' and per-method coverage) into a references/ file and keep SKILL.md as a quick-start overview with clearly signaled links.

Add an explicit end-to-end workflow (negotiate -> client connect -> join group -> send) with a validation checkpoint (e.g. await the 'connected'/'group-message' ack before sending).

Replace the generic 'When to Use' boilerplate with concrete trigger scenarios tied to the description.

DimensionReasoningScore

Conciseness

The body is dense, mostly executable code with brief inline comments and almost no concept explanation Claude already knows; it avoids the padded-prose failure mode, with only minor trimmable redundancy (e.g. the 'Key Types' section re-listing imports and the duplicated overview line), fitting the 'efficient; minor instances that could be trimmed' anchor rather than the lean score-5 anchor.

4 / 5

Actionability

The body provides copy-paste-ready TypeScript across auth, token generation, sending, group/connection management, the client SDK, and the Express handler with real imports and method calls, matching the 'fully executable; copy-paste ready; covers common cases' anchor.

5 / 5

Workflow Clarity

Content is organized topically (install -> server -> client -> express -> best practices) giving an implicit sequence, but there is no explicit numbered workflow and no validation/verification checkpoints (e.g. confirm a connection joined a group before sending), fitting the 'steps listed but validation gaps; checkpoints missing or implicit' anchor.

3 / 5

Progressive Disclosure

Section headers provide reasonable structure, but the entire ~300-line API reference is inlined in SKILL.md with no bundle files and no references to separate reference files, fitting the 'some structure but content that should be separate is inline' anchor rather than the score-4 anchor which expects most content appropriately split.

3 / 5

Total

15

/

20

Passed

Description

45%Weight 40%Scale 1-5

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 names the right domain and technologies in third person but is action-light and omits any explicit 'Use when' trigger guidance. It is also missing the 'Azure' qualifier that would distinguish it from generic real-time messaging skills.

Suggestions

Add concrete actions, e.g. 'Send real-time messages, manage pub/sub groups, and handle WebSocket connections with Azure Web PubSub.'

Append an explicit trigger clause, e.g. 'Use when building chat, live notifications, or real-time messaging features with Azure Web PubSub in TypeScript.'

Include 'Azure Web PubSub' and natural synonyms ('chat', 'live updates', 'publish/subscribe') to improve distinctiveness and trigger-term coverage.

DimensionReasoningScore

Specificity

The phrase 'Real-time messaging with WebSocket connections and pub/sub patterns' names the domain and underlying technologies but lists no concrete actions (e.g. send messages, manage groups, handle connections), matching the 'names the domain but actions are minimal or generic' anchor rather than the score-3 anchor which requires 1-2 concrete actions.

2 / 5

Completeness

A clear 'what' is present (real-time messaging over WebSockets with pub/sub), but there is no 'Use when...' clause or equivalent trigger guidance; per the rubric guideline a missing explicit trigger clause caps completeness at 3, which fits the 'clear what but when missing or weakly implied' anchor.

3 / 5

Trigger Term Quality

'real-time messaging', 'WebSocket', and 'pub/sub' are relevant developer-facing keywords, but common natural variations like 'chat', 'live updates', 'notifications', and 'publish/subscribe' are missing, fitting the 'some relevant keywords but missing common variations or synonyms' anchor.

3 / 5

Distinctiveness Conflict Risk

The WebSocket/pub/sub niche is somewhat specific, but 'Azure' is never named, so it could overlap with other generic real-time or messaging skills, matching the 'somewhat specific but could still overlap with similar skills' anchor rather than the more distinct score-4 anchor.

3 / 5

Total

11

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

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.