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.

80

1.06x
Quality

70%

Does it follow best practices?

Impact

100%

1.06x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/azure-ai-ml-py/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%Scale 1-3

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 complete, executable Python code. However, it reads more like a flat reference card than a workflow-oriented skill: it lacks sequencing between operations, validation checkpoints, and error handling. The 'Best Practices' and 'When to Use' sections add little value and could be trimmed to improve conciseness.

Suggestions

Add a brief end-to-end workflow section showing the typical sequence (authenticate → provision compute → register data → submit job → monitor → register model) with validation checkpoints between steps.

Remove or significantly trim the 'Best Practices' section (generic advice Claude already knows) and delete the meaningless 'When to Use' section to improve conciseness.

In the pipeline example, either define prep_component/train_component or add a note explaining they must be pre-defined components, to avoid confusion.

Consider splitting the detailed per-resource code examples into a separate REFERENCE.md and keeping SKILL.md as a concise overview with the most common operations.

DimensionReasoningScore

Conciseness

The content is mostly efficient with executable code examples, but includes some unnecessary elements like the 'Best Practices' section with generic advice Claude already knows (e.g., 'use versioning', 'tag resources'), and the 'When to Use' section is a meaningless tautology. The operations table is useful but some code blocks are repetitive in pattern.

2 / 3

Actionability

Nearly all guidance is concrete and executable with copy-paste ready Python code. Authentication, workspace creation, data registration, compute setup, job submission, and pipeline creation all have complete, runnable examples with proper imports.

3 / 3

Workflow Clarity

Individual operations are clear, but there's no explicit end-to-end workflow sequence showing how these pieces connect (e.g., authenticate → create compute → register data → submit job → monitor → register model). The pipeline example references undefined components (prep_component, train_component) without explanation. No validation or error handling checkpoints are provided for operations that could fail.

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) that could benefit from splitting detailed API references into separate files. No references to external documentation or supplementary files are provided.

2 / 3

Total

9

/

12

Passed

Description

75%Scale 1-3

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 that aids skill selection. Its main weakness is listing resource types as nouns rather than describing concrete actions (e.g., 'create workspaces', 'submit training jobs', 'deploy models'). Adding a few more trigger term variations and action verbs would strengthen it.

Suggestions

Replace noun-only list with action-verb phrases: e.g., 'Create and manage ML workspaces, submit training jobs, register models, deploy endpoints, configure compute resources, and build 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' ('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', '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', 'Python SDK'.

2 / 3

Distinctiveness Conflict Risk

Highly specific to Azure Machine Learning SDK v2 for Python, which is a distinct niche unlikely to conflict with other skills. The combination of 'Azure', 'Machine Learning', 'SDK v2' creates a clear, unique identity.

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