CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/giskard-tests

Test ML models with Giskard's scan() vulnerability detector + test catalog (performance, robustness, fairness, data leakage, ethical issues) for tabular and NLP models. Wrap a prediction function in giskard.Model + a DataFrame in giskard.Dataset; emit test suites that pass/fail in CI. Use when a trained tabular or NLP model is about to ship with no test suite of its own, or when a feature-engineering or hyperparameter change needs a pre-merge scan for newly introduced vulnerabilities.

79

Quality

99%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

Quality

Content

100%

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

A tight, executable, well-sequenced skill body that assumes competence, gates CI on test-suite failure, and avoids deep or nested references. It reaches the top anchor on all four dimensions.

DimensionReasoningScore

Conciseness

Lean and efficient: each step pairs executable code with one terse, load-bearing note (e.g. 'cat_columns matters — Giskard treats categoricals differently for slicing + drift detection') and never explains basic concepts Claude already knows, fitting the every-token-earns-its-place anchor.

3 / 3

Actionability

Every step provides complete, copy-paste-ready Python (Dataset/Model wrapping, scan, suite generation, catalog tests) plus a concrete CI YAML snippet — fully executable with specific parameters rather than pseudocode.

3 / 3

Workflow Clarity

A clearly numbered 7-step sequence with an explicit pass/fail gate (Step 5 raises SystemExit when suite_results.passed is false) and an Anti-patterns table serving as a pitfall checklist; this is not a destructive/batch workflow so no cap applies.

3 / 3

Progressive Disclosure

A single well-organized SKILL.md with clear section headers and one one-level-deep external reference (the Giskard tabular quickstart link, used consistently), with no nested/bundle references to chase.

3 / 3

Total

12

/

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.

A highly specific, third-person description that names concrete capabilities, natural trigger terms, and explicit use-when conditions with a distinct Giskard niche. It hits the top anchor on every dimension.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'scan() vulnerability detector + test catalog', 'Wrap a prediction function in giskard.Model + a DataFrame in giskard.Dataset', 'emit test suites that pass/fail in CI' — matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what (scan + catalog, wrap model/dataset, emit CI suites) and when ('Use when a trained tabular or NLP model is about to ship with no test suite of its own, or when a feature-engineering or hyperparameter change needs a pre-merge scan').

3 / 3

Trigger Term Quality

Covers natural terms a user would say — 'ML models', 'test suite', 'fairness', 'pre-merge scan', 'feature-engineering or hyperparameter change' — beyond library jargon, with good variation coverage.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (Giskard-specific ML vulnerability scanning) with distinct triggers tied to model shipping and pre-merge scans, making overlap with other skills unlikely.

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

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents