CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-storage-blob-py

Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle.

61

Quality

73%

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

The canonical home for this skill is azure-storage-blob-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 highly actionable, well-structured reference with excellent code coverage, held back by missing validation around destructive operations and a small amount of boilerplate filler.

Suggestions

Add a validation/confirmation checkpoint before destructive operations, e.g., check `get_blob_properties()` exists or prompt to confirm before `delete_blob()`.

Remove or replace the generic "When to Use" boilerplate with concrete trigger guidance.

Consider splitting advanced sections (SAS tokens, async client, performance tuning) into separate reference files to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is code-first and lean with clean section headers, but the generic "When to Use" line ("This skill is applicable to execute the workflow or actions described in the overview.") and the intro tagline are trimmable padding.

4 / 5

Actionability

Fully executable, copy-paste-ready code covers all common cases (upload from file/bytes/stream, download to file/memory/buffer, list/walk, delete, SAS, properties, async) with real SDK calls.

5 / 5

Workflow Clarity

Sections are clearly organized per task, but the destructive `delete_blob()` and `delete_blob(delete_snapshots="include")` examples include no validation or confirmation checkpoint, which caps workflow clarity at 3 per the destructive-operations guideline.

3 / 5

Progressive Disclosure

Well-organized into clear sections with all content inline and no broken/nested references; advanced topics (SAS, async, performance) are reasonably concise inline but could be split into reference files for a 5.

4 / 5

Total

16

/

20

Passed

Description

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

The description is specific and clearly niche-scoped, but its trigger guidance is framed as a capability list rather than explicit user-situation triggers, capping completeness.

Suggestions

Replace "Use for [actions]" with an explicit "Use when..." clause naming user situations, e.g., "Use when the user needs to upload, download, list, or manage blobs in Azure Storage."

Add discoverable synonyms such as "object storage" or "Azure Storage" so the description matches a wider range of natural phrasings.

DimensionReasoningScore

Specificity

Lists several concrete actions ("uploading, downloading, listing blobs, managing containers") but "blob lifecycle" is an abstract category rather than a concrete action, leaving minor coverage gaps.

4 / 5

Completeness

The "what" is clear ("Azure Blob Storage SDK for Python"), but the "Use for [actions]" clause re-states capabilities rather than giving explicit trigger guidance (e.g., "Use when the user mentions Azure blobs"), so "when" is only weakly implied.

3 / 5

Trigger Term Quality

Natural blob-operation terms ("uploading", "downloading", "listing blobs", "containers") are present and would be said by users, but synonyms like "object storage" and broader Azure Storage phrasings are missing.

4 / 5

Distinctiveness Conflict Risk

"Azure Blob Storage SDK for Python" carves a clear, narrow niche with distinct triggers and minimal overlap risk with other skills.

5 / 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.