CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-storage-blob-ts

Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers.

60

Quality

71%

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-storage-blob-ts/SKILL.md

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

SKILL.md
Quality
Evals
Security

Quality

Content

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

A highly actionable, code-rich SDK reference that is well-sectioned but monolithic and somewhat long. Its main weaknesses are missing validation gates around destructive operations and the absence of progressive disclosure into separate reference files.

Suggestions

Add validation/verification steps before destructive calls (e.g., confirm container exists or prompt before `containerClient.delete()`, and verify blob identity before `delete({ deleteSnapshots: 'include' })`) to lift workflow clarity above the destructive-ops cap of 3.

Split the TypeScript Types Reference, SAS generation details, and Platform Differences table into one-level-deep reference files (e.g., references/types.md, references/sas.md) and link them from SKILL.md to improve progressive disclosure.

Remove the vacuous 'When to Use' filler line and move version/Node.js constraints out of the main body (or into a clearly marked compatibility note) to tighten conciseness.

DimensionReasoningScore

Conciseness

Mostly efficient code-first prose assuming Claude's competence, but the ~480-line monolithic body includes time-sensitive version info ('Current Version: 12.x', 'Node.js >= 18.0.0') outside a deprecated section and a vacuous closing line ('This skill is applicable to execute the workflow or actions described in the overview.').

3 / 5

Actionability

Pervasive copy-paste-ready TypeScript covering upload/download/list/delete/copy/SAS/properties across Node and browser, with concrete imports and method calls for the common cases.

5 / 5

Workflow Clarity

Capped at 3 because destructive and batch operations (delete container, delete blob with snapshots, list blobs) lack validation/verification checkpoints; the Error Handling section shows status-code handling but no 'verify before delete' gate in the destructive examples.

3 / 5

Progressive Disclosure

Good section headers structure the content, but it is a single ~480-line file with no bundle references; the TypeScript Types Reference and full SAS/API material that could live in separate files is inlined.

3 / 5

Total

14

/

20

Passed

Description

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

A specific, third-person description that names the SDK, package, and concrete operations with an explicit 'Use for...' trigger clause. It is largely clear and distinct, with only minor gaps in trigger-term variety and 'when' specificity.

DimensionReasoningScore

Specificity

Lists several concrete actions — 'uploading, downloading, listing, and managing' — but 'managing blobs and containers' is somewhat generic, leaving minor coverage gaps versus a fully granular action list.

4 / 5

Completeness

Explicitly states both what (the SDK for blob operations) and when ('Use for uploading, downloading, listing...'), but the 'when' is operation-based rather than user-mention-based, so it could be more explicit.

4 / 5

Trigger Term Quality

Includes natural terms users would say ('Azure Blob Storage', 'blob', 'containers', the SDK name '@azure/storage-blob') but omits common synonyms and has no file extensions, so a few natural phrases are missing.

4 / 5

Distinctiveness Conflict Risk

Names a specific Azure SDK and package ('@azure/storage-blob') tied to a clear niche (blob/container operations), giving minimal overlap with other skills.

5 / 5

Total

17

/

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.