Skip to content

Check command

Experimental: This plugin is in early development. Expect breaking changes between releases.

The check command performs the following checks for all skills or one specified skill:

  • Every checked skill is approved.
  • The checked skill definitions are valid.
  • Every approved skill being checked is up to date.

The command exits successfully when all checks pass. Otherwise, it exits with a non-zero code and reports the issues and relevant next steps.

When building your Starlight documentation site, the same project-wide check runs automatically.

Use the command by running it with your preferred package manager in the root of your Starlight project. All skills will be checked.

Terminal window
npx starlight-to-skills check

To check one skill, run the command with its name using your preferred package manager in the root of your Starlight project.

Terminal window
npx starlight-to-skills check skill-name