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#
| Flag | Value | Description |
|---|---|---|
--dimension, -d | <DIM> | Filter by dimension: structure, naming, description, content, or security. |
--spec-only, -s | flag | Only spec-required checks. |
--suggestions-only | flag | Only quality-suggestion checks (non-spec). |
Examples#
All checks
bash
$ sklab list-checksSecurity only
bash
$ sklab list-checks -d securitySpec-required only
bash
$ sklab list-checks --spec-only