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.
Check all skills
Section titled “Check all skills”Use the command by running it with your preferred package manager in the root of your Starlight project. All skills will be checked.
npx starlight-to-skills checkpnpm starlight-to-skills checkyarn starlight-to-skills checknlx starlight-to-skills checkCheck one skill
Section titled “Check one skill”To check one skill, run the command with its name using your preferred package manager in the root of your Starlight project.
npx starlight-to-skills check skill-namepnpm starlight-to-skills check skill-nameyarn starlight-to-skills check skill-namenlx starlight-to-skills check skill-name