CtrlK
BlogDocsLog inGet started
Tessl Logo

mle-workflow

Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.

58

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

50%

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 code and concrete templates, and its core workflow is clearly sequenced. Its main weaknesses are token inefficiency from restating known concepts and a monolithic structure with no progressive disclosure despite the document's length.

Suggestions

Cut conceptual restatement Claude already knows (definitions of confusion matrices, precision/recall, F1, leakage) and compress the 20-row SWE-surface table to the non-obvious MLE-specific mappings.

Move the large reference material (the SWE-surface table, the ten task simulations, and the conceptual guides) into separate one-level-deep reference files linked from a leaner SKILL.md overview.

Add explicit validation checkpoints between the Core Workflow steps (e.g., 'data contract locked before building the pipeline', 'promotion gates pass before packaging') with fail-closed retry loops.

DimensionReasoningScore

Conciseness

The body is verbose and restates ML concepts Claude already knows (confusion matrices, precision/recall tradeoffs, what F1 and leakage are), and the 20-row 'Reuse the SWE Surface' table largely restates what each existing skill does; multiple overlapping conceptual sections inflate the token budget.

1 / 3

Actionability

Provides fully executable, complete code (the frozen TrainingConfig dataclass with artifact_name hashing and the PROMOTION_GATES assert_promotion_ready function) plus concrete templates (Iteration Compact, Observation Ledger) and a copy-ready review checklist.

3 / 3

Workflow Clarity

The six-step Core Workflow is clearly sequenced and supported by a checklist and anti-patterns, but inter-step validation checkpoints are mostly implicit; there is no explicit validate-then-proceed feedback loop between pipeline phases.

2 / 3

Progressive Disclosure

The skill is a single monolithic file with no bundle references; for a document this large, heavy inline content (the SWE-surface table, the ten task simulations, the conceptual guides) is well-sectioned but should be split into one-level-deep reference files.

2 / 3

Total

8

/

12

Passed

Description

85%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong description that is specific, complete, and well-differentiated, with an explicit 'Use when' trigger clause. Its only weakness is trigger-term naturalness, where the lead phrasing is more technical than conversational and misses some common variations.

Suggestions

Lead with more conversational triggers a user would naturally say (e.g., 'productionizing ML models', 'setting up model training pipelines', 'model rollout and monitoring') before the formal 'Production machine-learning engineering workflow' phrasing.

Add a few common model-type or task-type terms users say (e.g., classifiers, recommenders, ranking, forecasting) so the trigger matches more real requests.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions — 'data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback' — matching the top anchor.

3 / 3

Completeness

Clearly answers both what (the listed MLE workflow actions) and when via the explicit 'Use when building, reviewing, or hardening ML systems beyond one-off notebooks' clause.

3 / 3

Trigger Term Quality

Includes natural phrasing like 'building, reviewing, or hardening ML systems' but 'Production machine-learning engineering workflow' leans technical and omits common variations such as specific model types; missing some terms users would naturally say.

2 / 3

Distinctiveness Conflict Risk

Clear niche — production ML engineering with the 'beyond one-off notebooks' qualifier — giving distinct triggers unlikely to conflict with adjacent skills.

3 / 3

Total

11

/

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

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

Total

15

/

16

Passed

Repository
affaan-m/ECC
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.