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/antigravity-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 → monitor → register model) and the monolithic structure prevent it from scoring higher.

Suggestions

Add a validation/verification workflow showing the typical end-to-end sequence: create compute → verify provisioning → submit job → stream logs → check status → register model, with explicit checkpoints at each step.

Remove the generic 'Best Practices', 'When to Use', and 'Limitations' boilerplate sections—these add no actionable information Claude doesn't already know.

Consider splitting detailed sections (Pipelines, Environments, Data Assets) into separate referenced files, keeping SKILL.md as a quick-start overview with the auth setup, a simple job example, and the operations table.

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 compute provisioning succeeded before submitting jobs. The job monitoring section is minimal.

2 / 3

Progressive Disclosure

The content is a long monolithic reference document (~200 lines of code examples) with no references to external files for detailed topics like pipelines or environments. For a skill of this breadth, the pipeline and environment sections could be split out. However, the table of operations provides a good summary, and sections are well-organized with clear headers.

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-targeted to a specific technology (Azure ML SDK v2), with a clear 'Use for' clause that aids skill selection. Its main weakness is listing resource nouns rather than concrete actions (e.g., 'create workspaces', 'submit training jobs', 'deploy models'), and it could benefit from additional trigger term variations like 'AzureML' or 'AML'.

Suggestions

Replace noun-only list with concrete actions: e.g., 'Creates and manages ML workspaces, submits training jobs, registers models, provisions compute resources, and builds pipelines'.

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

DimensionReasoningScore

Specificity

Names the domain (Azure Machine Learning SDK v2) and lists several resource types (workspaces, jobs, models, datasets, compute, pipelines), but these are nouns/concepts rather than concrete actions like 'create', 'deploy', 'train', or 'monitor'.

2 / 3

Completeness

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

3 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure Machine Learning', 'SDK v2', 'ML', 'workspaces', 'jobs', 'models', 'datasets', 'compute', 'pipelines' which are terms users would use, but misses common variations like 'AzureML', 'AML', 'training', 'deployment', 'endpoints', 'experiment', or 'Python SDK'.

2 / 3

Distinctiveness Conflict Risk

Highly distinctive due to the specific technology reference 'Azure Machine Learning SDK v2 for Python', which clearly differentiates it from generic ML skills, other cloud provider skills, or general 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
boisenoise/skills-collections
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.