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.

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

80%

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

The content is lean, code-forward, and highly actionable with copy-paste-ready examples across the core Azure ML operations. Its weak points are the absence of verification checkpoints for batch/stateful operations and a monolithic structure that keeps reference material inline rather than splitting it into separate files.

Suggestions

Add explicit verification checkpoints after stateful/batch operations — e.g. after ml_client.jobs.create_or_update(job), check job status before streaming, and after begin_create_or_update confirm the workspace/compute reached a terminal state.

Split the detailed per-resource API reference and the MLClient operations table into a separate REFERENCE.md (one level deep) and signal it from the overview to improve progressive disclosure.

Replace the generic 'When to Use' filler line with skill-specific triggering guidance tied to the Azure ML operations covered, or remove it in favor of the frontmatter description's triggers.

DimensionReasoningScore

Conciseness

The body is lean and code-forward — e.g. '## Installation\n```bash\npip install azure-ai-ml\n```' and short list snippets — and avoids explaining concepts Claude already knows, though the generic 'When to Use' line is minor filler.

3 / 3

Actionability

Code blocks are concrete and copy-paste ready with real imports, e.g. 'ml_client.workspaces.begin_create(ws).result()' and a fully-formed command() job, matching the executable-examples anchor.

3 / 3

Workflow Clarity

Sections are clear and code is concrete, but stateful/batch operations like 'ml_client.jobs.create_or_update', compute provisioning, and 'begin_create_or_update' lack any validation or verification checkpoints, capping this dimension at 2 per the batch-operations guideline.

2 / 3

Progressive Disclosure

Content is well-organized into sections but the ~270-line body keeps the full per-resource API reference and MLClient operations table inline with no external reference files, matching the 'content that should be separate is inline' anchor.

2 / 3

Total

10

/

12

Passed

Description

100%

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, concrete, and answers both what the skill does and when to use it via an explicit 'Use for' clause. It is well-scoped to Azure ML SDK v2 with natural trigger terms and low conflict risk.

DimensionReasoningScore

Specificity

Names the SDK and lists concrete domain objects — 'ML workspaces, jobs, models, datasets, compute, and pipelines' — which are specific entities rather than vague abstractions, matching the multiple-concrete-items anchor.

3 / 3

Completeness

Answers both 'what' (Azure ML SDK v2 for Python) and 'when' with an explicit 'Use for ...' trigger clause, matching the anchor that requires explicit triggers for both.

3 / 3

Trigger Term Quality

Includes natural terms users would say ('Azure Machine Learning', 'ML workspaces', 'jobs', 'models', 'compute', 'pipelines') with good coverage of common variations, matching the 3-anchor.

3 / 3

Distinctiveness Conflict Risk

Scoped to 'Azure Machine Learning SDK v2 for Python' — a distinct niche with specific Azure ML triggers unlikely to conflict with other skills.

3 / 3

Total

12

/

12

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