CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-storage-file-share-py

Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud.

52

Quality

59%

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-file-share-py/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 for Azure Storage File Share SDK with excellent, executable code examples covering all major operations. Its main weaknesses are the monolithic structure without progressive disclosure, the lack of error handling or validation steps for destructive operations, and some minor verbosity in sections like Best Practices that state things Claude already knows.

Suggestions

Add error handling patterns and validation steps for destructive operations (delete share/directory/file), such as checking existence before deletion or listing contents before recursive deletes.

Split advanced topics (range operations, snapshot operations, async client) into separate referenced files to improve progressive disclosure and reduce the main file's length.

Remove or significantly trim the 'Best Practices' and 'When to Use' sections, as most of these tips are either obvious to Claude or already demonstrated in the code examples.

DimensionReasoningScore

Conciseness

The content is mostly efficient with good code examples, but includes some unnecessary sections like the 'When to Use' boilerplate, the 'Best Practices' section contains advice Claude already knows (e.g., 'close async clients explicitly'), and the Client Types table is somewhat redundant given the examples already demonstrate each client type.

3 / 5

Actionability

Every section provides fully executable, copy-paste ready Python code covering authentication, CRUD operations on shares/directories/files, range operations, snapshots, and async usage. Multiple variants are shown (e.g., upload from string, file, bytes) covering common cases.

5 / 5

Workflow Clarity

The skill is organized as an API reference rather than a workflow, which is appropriate for an SDK skill. However, delete operations (delete_share, delete_directory, delete_file) are presented without any validation or confirmation steps, and there are no error handling patterns or feedback loops for destructive operations, which caps this at 3 per the rubric guidelines.

3 / 5

Progressive Disclosure

The content is a monolithic ~180-line file with no references to external files. The API reference content (range operations, snapshot operations, async client) could be split into separate files. Section headers provide some structure, but the bulk of content is inlined with no navigation strategy.

2 / 5

Total

13

/

20

Passed

Description

57%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 domain (Azure Storage File Share SDK for Python) and includes a basic 'Use for' clause, making it functional for skill selection. However, it lacks concrete action verbs describing specific capabilities and misses natural trigger terms users would employ when needing this skill. The description would benefit from listing specific operations and expanding trigger keywords.

Suggestions

Add concrete actions like 'create/delete file shares, upload/download files, manage directories, set share quotas, handle SMB permissions'

Expand trigger terms to include natural phrases like 'Azure Files', 'cloud file storage', 'mount share', 'azure-storage-file-share' package name

DimensionReasoningScore

Specificity

Names the domain (Azure Storage File Share SDK for Python) and mentions 'SMB file shares, directories, and file operations' but these are generic categories rather than concrete actions like 'upload files', 'create directories', 'set permissions', etc.

2 / 5

Completeness

Has a 'what' (Azure Storage File Share SDK for Python) and a 'when' ('Use for SMB file shares, directories, and file operations in the cloud'), though the 'when' clause is somewhat generic and could be more explicit about trigger scenarios.

4 / 5

Trigger Term Quality

Includes relevant keywords like 'Azure Storage', 'File Share', 'SMB', 'Python', and 'directories', but misses natural user phrases like 'upload to Azure', 'mount share', 'Azure Files', '.py', or specific operations users would ask about.

3 / 5

Distinctiveness Conflict Risk

Fairly distinct due to the specific mention of 'Azure Storage File Share SDK' and 'SMB', which narrows it well. Minor overlap risk with other Azure storage skills (Blob Storage, Queue Storage) or general cloud file operation skills.

4 / 5

Total

13

/

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.