CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-storage-blob-java

Build blob storage applications using the Azure Storage Blob SDK for Java.

47

Quality

50%

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

Quality

Content

61%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 comprehensive API reference/cookbook for Azure Blob Storage Java SDK with excellent actionability — nearly every section has executable code with proper imports. However, it reads as a flat reference document rather than a skill that guides Claude through workflows, lacking validation steps and progressive disclosure. The content would benefit from being restructured into a concise overview with references to detailed sub-files, and from adding workflow guidance for common multi-step scenarios.

Suggestions

Split the detailed API reference sections (upload variants, download variants, SAS, leasing, proxy) into a separate REFERENCE.md file, keeping only the most common patterns (basic upload, download, list) in SKILL.md.

Add a workflow section showing a common end-to-end scenario (e.g., create container → upload → verify upload succeeded → list blobs) with explicit validation checkpoints.

Remove the 'Trigger Phrases' and 'When to Use' boilerplate sections — they add no actionable value to the skill content.

Add error handling guidance integrated into workflows (e.g., check if container exists before uploading, verify blob was uploaded by checking properties after upload).

DimensionReasoningScore

Conciseness

The skill is largely a reference/cookbook of code snippets, which is useful, but it's quite long (~300+ lines) and includes some patterns Claude likely already knows (e.g., basic stream reading patterns, environment variable formats). The 'Trigger Phrases' and 'When to Use' sections add no value. However, the code examples themselves are reasonably tight without excessive prose.

3 / 5

Actionability

Nearly every section provides fully executable, copy-paste ready Java code with proper imports. The examples cover the full range of common operations (upload, download, list, delete, copy, SAS, leasing, proxy config) with concrete, specific code that can be directly used.

5 / 5

Workflow Clarity

The skill is structured as a reference catalog of independent operations rather than a multi-step workflow. There are no validation checkpoints, no error recovery loops, and no guidance on sequencing operations (e.g., create container → upload → verify). For batch or destructive operations like delete, there's no validation step mentioned. However, as a reference skill, the individual operations are clear.

3 / 5

Progressive Disclosure

All content is inlined in a single monolithic file with no references to supporting files. The extensive API reference content (upload variants, download variants, SAS generation, leasing, proxy config) would benefit from being split into separate reference files. There are no bundle files to support progressive disclosure, and the content is long enough to warrant splitting.

2 / 5

Total

13

/

20

Passed

Description

39%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 identifies a clear technology niche (Azure Storage Blob SDK for Java) but is too terse—it provides only a single vague action ('Build') and lacks a 'Use when...' clause. Adding specific capabilities (e.g., upload, download, manage containers) and explicit trigger guidance would significantly improve skill selection accuracy.

Suggestions

Add a 'Use when...' clause with trigger terms like 'Azure blob', 'upload blob', 'download blob', 'BlobServiceClient', 'container management', or 'azure-storage-blob dependency'.

List specific concrete actions such as 'upload and download blobs, create and manage containers, generate SAS tokens, configure access tiers' to improve specificity.

Include natural synonyms and file/package references like 'azure-storage-blob', 'BlobContainerClient', '.java' to improve trigger term coverage.

DimensionReasoningScore

Specificity

Names the domain ('blob storage applications' using 'Azure Storage Blob SDK for Java') but provides only one generic action ('Build'). No specific capabilities like uploading, downloading, listing containers, managing access policies, etc. are mentioned.

2 / 5

Completeness

Has a vague 'what' ('Build blob storage applications') but completely lacks a 'when' clause. There is no explicit guidance on when Claude should select this skill, which caps this dimension per the rubric guidelines.

2 / 5

Trigger Term Quality

Includes relevant keywords like 'blob storage', 'Azure Storage Blob SDK', and 'Java', which are terms a user might use. However, it misses natural variations and synonyms such as 'upload', 'download', 'container', 'BlobServiceClient', 'azure-storage-blob', or '.java'.

3 / 5

Distinctiveness Conflict Risk

The combination of 'Azure Storage Blob SDK' and 'Java' is fairly specific and narrows the niche well. Minor overlap risk exists with general Azure SDK skills or broader Java development skills, but the blob storage focus is distinct.

4 / 5

Total

11

/

20

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.