CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-containerregistry-py

Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories.

62

Quality

74%

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-containerregistry-py/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is concise and highly actionable with executable examples, but the destructive batch cleanup recipe lacks explicit validation/verification checkpoints, capping workflow clarity.

Suggestions

Add an explicit validation step to the 'Clean Up Old Images' recipe: dry-run printing the candidates before deletion, then confirm the count and verify deletions after.

Consider splitting the bulk operation reference into a separate REFERENCE.md and keeping SKILL.md as a lean overview with clearly signaled one-level-deep links.

Define the `endpoint` variable consistently at the top of snippets (or reference the env var) so every example is self-contained.

DimensionReasoningScore

Conciseness

Lean and efficient with no concept over-explanation; tight code examples and minimal section headers, assuming Claude's competence throughout.

5 / 5

Actionability

Fully executable, copy-paste-ready Python covering the common operations (list, get, update, delete, download, async, cleanup) across repos, tags, and manifests.

5 / 5

Workflow Clarity

The destructive batch 'Clean Up Old Images' workflow guards against deleting tagged images but lacks explicit validation checkpoints (dry-run, count confirmation, verify deletion), and the destructive-batch cap limits this to 3.

3 / 5

Progressive Disclosure

Single file with well-organized section headers and an operations table for navigation, though the inlined API reference could be split into a separate reference file.

4 / 5

Total

17

/

20

Passed

Description

65%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 distinct, but its trigger guidance is implicit ('Use for managing...') rather than an explicit 'Use when...' clause, which caps completeness.

Suggestions

Replace 'Use for managing...' with an explicit 'Use when...' clause naming concrete triggers, e.g. 'Use when the user asks to push, pull, list, or delete container images or manage an Azure Container Registry (ACR).'

Add concrete operations (push, pull, list, delete, tag) instead of the generic 'managing' to lift specificity from listing entities to listing actions.

Include common synonyms like 'ACR' or 'Docker images' to broaden natural trigger-term coverage.

DimensionReasoningScore

Specificity

Names the domain and the entity types (container images, artifacts, repositories) but 'managing' is generic and lists entities rather than concrete operations like push/pull/delete.

3 / 5

Completeness

Has a clear 'what' but the 'when' is only weakly implied via 'Use for managing...' rather than an explicit 'Use when...' trigger clause.

3 / 5

Trigger Term Quality

Good keyword coverage with 'Azure Container Registry', 'container images', 'artifacts', 'repositories', though natural synonyms like ACR or Docker images are missing.

4 / 5

Distinctiveness Conflict Risk

Names a specific Azure service plus 'for Python', giving a clear niche with minimal conflict risk against other skills.

5 / 5

Total

15

/

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
sickn33/antigravity-awesome-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.