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.

63

Quality

75%

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-file-share-py/SKILL.md

The canonical home for this skill is azure-storage-file-share-py in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

76%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 well-structured, executable API reference with strong actionability and good organization. Its main weakness is the absence of validation/verification steps around the destructive delete operations, which caps workflow clarity.

Suggestions

Add explicit validation before destructive calls, e.g. confirm the share/directory/file exists and require confirmation before delete_share/delete_directory/delete_file, with a verify-after step.

Replace the generic 'When to Use' filler line with concrete applicability criteria or remove it.

Consider splitting the per-operation API reference into a separate reference file once the skill grows, keeping SKILL.md as an overview.

DimensionReasoningScore

Conciseness

Mostly lean section-header-plus-code structure with no padding of concepts Claude already knows, though the closing 'When to Use' line and a few commentary sentences could be trimmed.

4 / 5

Actionability

Provides copy-paste-ready, executable Python across shares, directories, files, ranges, snapshots, and async clients, covering the common cases with real API calls.

5 / 5

Workflow Clarity

Operations are organized into a clear category sequence, but destructive operations (delete_share, delete_directory, delete_file) appear without any validation or confirmation checkpoints, capping this dimension per the rubric's destructive-operations rule.

3 / 5

Progressive Disclosure

Well-organized with clearly labeled sections and a client-type table; content is self-contained with no external references needed, though the ~230-line monolithic reference could be split for larger skills.

4 / 5

Total

16

/

20

Passed

Description

75%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 clear, third-person description that covers what and when with relevant trigger terms and a distinct niche. It sits a notch below top marks because its actions are category-level rather than fully concrete and the when-clause lacks explicit user-mention phrasing.

Suggestions

Enumerate concrete actions instead of categories, e.g. 'Create and manage SMB file shares, directories, and files; upload, download, copy, and range-update files'.

Strengthen the when-clause with natural user phrasing, e.g. 'Use when working with Azure file shares, SMB shares in Azure, or when the user mentions Azure Files or .file.core.windows.net'.

Add file/extension or endpoint cues (e.g. 'Azure Files', 'SMB shares') to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

Names the domain and several concrete operation targets — 'SMB file shares, directories, and file operations' — but these remain somewhat generic categories rather than fully enumerated actions.

4 / 5

Completeness

States both the 'what' ('Azure Storage File Share SDK for Python') and a 'when' trigger ('Use for SMB file shares...'), but the when-clause could be more explicit with concrete user-mention phrases.

4 / 5

Trigger Term Quality

Includes natural terms users would say ('SMB file shares', 'directories', 'file operations', 'Azure Storage', 'File Share') with good coverage, though it omits common synonyms and file/path extensions.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (Azure File Share / SMB) distinct from sibling Azure storage SDKs, with only minor overlap risk against other Azure storage skills.

4 / 5

Total

16

/

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.