CtrlK
BlogDocsLog inGet started
Tessl Logo

mlflow

Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform

61

Quality

73%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/mlops/mlflow/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

The body is highly actionable with executable, copy-paste-ready code, but it is verbose and redundant (~700 lines) with content that duplicates the provided reference files rather than deferring to them, and it lacks validation checkpoints in its registry/deployment workflows.

Suggestions

Move detailed tracking, registry, and deployment material into the existing references and keep SKILL.md a lean overview that links to them contextually, eliminating the inline duplication.

Trim redundant framework-specific examples (e.g., log_model shown in both 'Logging Models' and 'Integration Examples') and remove basic concept re-explanations Claude already knows.

Add explicit validation/verification steps for risky operations — e.g., confirm a model version is in Production and test the served endpoint after `mlflow models serve`.

DimensionReasoningScore

Conciseness

The ~700-line body is dense with useful executable code, but it re-explains basics Claude already knows ('Experiment: Logical container for related runs') and repeats the log_model/autolog pattern across five frameworks, often twice. It is not a 1 because the content is actionable reference material rather than pure concept fluff, and not a 3 because redundancy and basic re-explanation could be tightened substantially.

2 / 3

Actionability

Provides fully executable, copy-paste-ready code and CLI commands throughout — `mlflow.log_param`, `mlflow.sklearn.log_model`, `mlflow models serve -m`, `mlflow server --backend-store-uri` — with specific, complete examples. It is not a 2 because the guidance is concrete and complete rather than pseudocode or abstract.

3 / 3

Workflow Clarity

Sections are loosely ordered (install → track → registry → deploy) but presented as a feature tour, not a sequenced workflow, and there are no validation checkpoints or feedback loops for risky operations like registry stage transitions or deployment. It is not a 1 because a logical sequence exists, and not a 3 because validation/verification steps are absent for batch and production-affecting operations.

2 / 3

Progressive Disclosure

Three real reference files (tracking.md, model-registry.md, deployment.md) exist and are listed in a 'See Also' section, but their content is largely duplicated inline in SKILL.md and the references are only signaled at the bottom rather than contextually. It is not a 3 because content is not appropriately split out of the main file, and not a 1 because structure and one-level-deep references do exist.

2 / 3

Total

9

/

12

Passed

Description

82%

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, distinctive, and uses natural trigger terms, but it lacks an explicit 'Use when...' clause, which caps its completeness at 2. Third-person imperative voice is used correctly with no first/second-person phrasing.

Suggestions

Add an explicit 'Use when...' clause naming trigger situations (e.g., 'Use when the user mentions MLflow, experiment tracking, model registry/versioning, or model deployment').

Trim the marketing phrase 'framework-agnostic ML lifecycle platform' or relocate it so the natural trigger terms lead the description.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Track ML experiments', 'manage model registry with versioning', 'deploy models to production', 'reproduce experiments' — matching the anchor that names several specific concrete actions. It is not a 2 because the actions are comprehensive and specific rather than a vague domain label.

3 / 3

Completeness

Clearly answers 'what' with a list of capabilities, but there is no 'Use when...' clause or equivalent explicit trigger guidance, which per the judging guidelines caps completeness at 2. It is not a 3 because 'when' is only implied, and not a 1 because the 'what' is explicit and concrete.

2 / 3

Trigger Term Quality

Includes natural terms a user would say — 'ML experiments', 'model registry', 'deploy models', 'reproduce experiments', 'MLflow' — giving good coverage of likely trigger language. It is not a 2 because the core keywords are present and natural, though 'framework-agnostic ML lifecycle platform' is mildly marketing-flavored.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche — MLflow / the ML lifecycle — with distinct triggers unlikely to fire for unrelated skills. It is not a 2 because the platform-specific framing makes it highly distinguishable rather than merely 'somewhat specific'.

3 / 3

Total

11

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (705 lines); consider splitting into references/ and linking

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
OpenLAIR/dr-claw
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.