github/speckit-check
Check the local environment for Spec Kit by running `specify check` (and `specify version`). USE FOR: verifying required tools are installed, diagnosing a broken spec-kit setup, reporting CLI version/feature capabilities. DO NOT USE FOR: installing or upgrading the CLI itself (use the speckit-self skill).
npx skills add https://github.com/github/spec-kit-copilot --skill speckit-check
Inspect the local Spec Kit environment with the Specify CLI. This skill exposes
the read-only specify check and specify version commands.
> Prerequisite: needs the specify CLI. If specify --version fails, install it
> with the speckit-cli-setup skill first.
specify init to confirm required tools are present.# Check that all required tools are installed
specify check
# Show version and system information
specify version
# Show local CLI feature capabilities
specify version --features
# Machine-readable capabilities
specify version --features --json
check for and apply CLI upgrades.
Take github/speckit-check from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.