Check Registry#

GET/v1/checks

Returns the full catalog of static checks that skill-lab runs during evaluation. Each check includes its dimension, severity, and whether it is required by the Agent Skills spec.

Response#

Returns an object with a checks array and a count integer. Each check has: check_id, check_name, dimension, severity, spec_required, description, and fix.

Example#

bash
curl https://api.skill-lab.dev/v1/checks