sklab list-checks#

Browse all 37 checks across 5 dimensions.

Also available over HTTP. The Check Registry endpoint runs the same logic on the server against a GitHub repository — useful when you want results in a browser, a CI job without installing Python, or an agent that reaches skill-lab.dev directly.

Usage#

bash
sklab list-checks [OPTIONS]

Prints a table of every check with its ID, dimension, severity, and whether the Agent Skills spec requires it. Use it as a reference when reading evaluate output.

Options#

FlagValueDescription
--dimension, -d<DIM>Filter by dimension: structure, naming, description, content, or security.
--spec-only, -sflagOnly spec-required checks.
--suggestions-onlyflagOnly quality-suggestion checks (non-spec).

Examples#

All checks

bash
$ sklab list-checks

Security only

bash
$ sklab list-checks -d security

Spec-required only

bash
$ sklab list-checks --spec-only