speckit-check
Installation
SKILL.md
Spec Kit Check Skill
Run specify check to verify that the Spec Kit CLI and required tools (git, AI agents, editors) are installed and detectable. Use this after speckit-install or speckit-initial to confirm the environment, or when the user reports that slash commands are missing or specify does not work.
When to Use
- After initializing a project with speckit-initial to confirm the environment.
- When slash commands do not appear or the user says "specify not working".
- In CI or scripts to ensure dependencies are present before running Spec Kit steps.
Prerequisites
- Specify CLI must be installed (see speckit-install). If
specifyis not in PATH, direct the user to speckit-install before runningspecify check.
Workflow
- Ensure CLI is available
- If the user has not installed the CLI or reports "specify: command not found", direct them to speckit-install first. Do not run
specify checkuntilspecifyis available.
- If the user has not installed the CLI or reports "specify: command not found", direct them to speckit-install first. Do not run