CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-ml-py

Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines.

60

Quality

70%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/azure-ai-ml-py/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a solid API reference skill with excellent actionability—nearly every section has executable code. However, it reads more like comprehensive documentation than a focused skill, with some generic best practices and boilerplate that waste tokens. The lack of validation checkpoints in multi-step workflows (e.g., create compute → submit job → register model) and the monolithic structure prevent it from scoring higher.

Suggestions

Remove the generic 'Best Practices', 'When to Use', and 'Limitations' boilerplate sections—Claude already knows these concepts and they consume tokens without adding actionable value.

Add explicit validation/error-handling steps for multi-step workflows, e.g., checking job status before model registration: `if returned_job.status == 'Completed': ml_client.models.create_or_update(...)`

Consider splitting detailed sections (pipelines, environments, compute) into separate reference files and keeping SKILL.md as a concise overview with quick-start examples and navigation links.

DimensionReasoningScore

Conciseness

The content is mostly efficient with executable code examples, but includes some unnecessary sections like 'Best Practices' with generic advice Claude already knows (e.g., 'use versioning', 'tag resources'), and the boilerplate 'When to Use' and 'Limitations' sections add no value. The operations table is useful but the overall document could be tightened.

2 / 3

Actionability

Nearly every section provides fully executable, copy-paste ready Python code with correct imports, concrete parameter values, and realistic examples. The code covers authentication, CRUD operations, jobs, pipelines, and environments with specific classes and methods.

3 / 3

Workflow Clarity

Individual operations are clear, but multi-step workflows like the pipeline example lack validation checkpoints. There's no guidance on error handling, verifying job completion before model registration, or checking if resources were created successfully beyond printing URLs. The job workflow (create → stream) is implicit rather than explicitly sequenced with validation.

2 / 3

Progressive Disclosure

The content is well-organized with clear section headers and a useful operations summary table, but it's a monolithic document (~200 lines) with no references to external files for detailed topics like pipelines, environments, or advanced configurations. The pipeline section in particular could benefit from a separate detailed reference.

2 / 3

Total

9

/

12

Passed

Description

75%

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 concise and well-structured with a clear 'Use for...' clause and strong distinctiveness through the Azure ML SDK v2 branding. Its main weaknesses are that it lists resource nouns rather than concrete actions (e.g., 'submit training jobs', 'deploy models', 'register datasets') and could benefit from additional natural trigger terms users might use.

Suggestions

Replace or augment the noun list with concrete actions: e.g., 'Create and manage ML workspaces, submit training jobs, register and deploy models, manage datasets and compute resources, build pipelines.'

Add common user-facing trigger term variations such as 'AzureML', 'azure ml', 'training', 'deployment', 'endpoints', 'experiments' to improve matching coverage.

DimensionReasoningScore

Specificity

Names the domain (Azure ML SDK v2) and lists several resource types (workspaces, jobs, models, datasets, compute, pipelines), but these are categories rather than concrete actions like 'create pipelines', 'deploy models', or 'submit training jobs'.

2 / 3

Completeness

Clearly answers both 'what' (Azure Machine Learning SDK v2 for Python) and 'when' ('Use for ML workspaces, jobs, models, datasets, compute, and pipelines') with an explicit 'Use for...' clause that provides trigger guidance.

3 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure Machine Learning', 'ML', 'workspaces', 'jobs', 'models', 'datasets', 'compute', 'pipelines', and 'SDK v2', but misses common user variations like 'AzureML', 'training', 'deployment', 'endpoints', 'experiment', or '.py'.

2 / 3

Distinctiveness Conflict Risk

Highly distinctive due to the specific mention of 'Azure Machine Learning SDK v2 for Python', which clearly differentiates it from general ML skills, other cloud provider skills, or generic Python skills.

3 / 3

Total

10

/

12

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