CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-storage-queue-ts

Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues.

60

Quality

73%

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 ./skills/azure-storage-queue-ts/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

67%Scale 1-5

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

This is a thorough, highly actionable SDK reference with excellent executable code examples covering all Azure Queue Storage operations. Its main weaknesses are verbosity (too much content inlined for what could be a concise overview with references) and poor progressive disclosure (everything crammed into one file). The skill reads more like comprehensive API documentation than a focused skill file.

Suggestions

Split authentication methods, SAS generation, processing patterns, and TypeScript types into separate referenced files (e.g., AUTH.md, PATTERNS.md, REFERENCE.md) to reduce the main file to a concise overview.

Remove the 'When to Use' section (adds no value) and trim the best practices to only non-obvious guidance that Claude wouldn't already know.

Consolidate authentication examples to show only DefaultAzureCredential inline, with a brief note referencing other methods in a separate file.

DimensionReasoningScore

Conciseness

The skill is comprehensive but overly long (~350 lines). Multiple authentication methods are fully spelled out when Claude could infer most patterns from one example. The TypeScript types reference section, best practices list, and platform differences table add bulk that Claude likely doesn't need. The 'When to Use' section at the end is vacuous filler.

3 / 5

Actionability

Every section provides fully executable, copy-paste ready TypeScript code covering all major operations: authentication, queue CRUD, message send/receive/peek/update/delete, worker patterns, poison message handling, SAS generation, and error handling. The code examples are complete and concrete.

5 / 5

Workflow Clarity

The message processing patterns (basic worker, poison message handling, visibility extension) show clear multi-step workflows with error handling and retry logic. The receive-process-delete pattern is well demonstrated. However, there's no explicit validation checkpoint for queue creation or message sending operations, and the batch processing pattern lacks verification that the long-running process completed successfully before deletion.

4 / 5

Progressive Disclosure

All content is inlined in a single monolithic file with no references to supporting files. The SAS generation, message encoding customization, TypeScript types reference, and processing patterns could easily be split into separate reference files. For a skill this long (~350 lines), the lack of any content splitting is a notable organizational weakness.

2 / 5

Total

14

/

20

Passed

Description

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

This is a solid skill description that clearly identifies the technology (Azure Queue Storage), the specific SDK, and the core operations supported. It has good distinctiveness due to the specific SDK name and language pairing. Minor improvements could include broader trigger terms (e.g., 'Node.js', 'enqueue/dequeue') and a more explicit 'Use when...' clause with user-facing trigger scenarios.

Suggestions

Add natural synonyms and variations like 'Node.js', 'enqueue', 'dequeue', and 'queue management' to improve trigger term coverage.

Rephrase the 'Use for...' to a more explicit 'Use when...' clause, e.g., 'Use when the user asks about Azure Queue Storage, @azure/storage-queue, or needs to send/receive messages from Azure queues.'

DimensionReasoningScore

Specificity

Lists several specific actions (sending, receiving, peeking, deleting messages) and names the specific SDK (@azure/storage-queue). Minor gaps—could mention queue creation/deletion, message visibility timeout, or batch operations.

4 / 5

Completeness

Has a clear 'what' (Azure Queue Storage SDK for message queue operations) and a 'when' ('Use for sending, receiving, peeking, and deleting messages in queues'). The 'when' clause is present but could be more explicit about trigger scenarios (e.g., 'Use when the user asks about Azure queues or @azure/storage-queue').

4 / 5

Trigger Term Quality

Includes good natural keywords like 'Azure Queue Storage', 'JavaScript/TypeScript', '@azure/storage-queue', 'message queue', 'sending', 'receiving'. Missing some natural variations like 'enqueue', 'dequeue', 'queue messages', or 'Node.js'.

4 / 5

Distinctiveness Conflict Risk

Highly distinctive—specifies Azure Queue Storage with the exact SDK package name (@azure/storage-queue) and language (JavaScript/TypeScript). Very unlikely to conflict with other skills like Azure Service Bus, RabbitMQ, or general Azure skills.

5 / 5

Total

17

/

20

Passed

Validation

81%

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

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (529 lines); consider splitting into references/ and linking

Warning

frontmatter_unknown_keys

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

Warning

Total

9

/

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.