prereq-check
Installation
SKILL.md
Prerequisites Check
Validates the local environment has the CLI tools and auth sessions needed to run AutoCloud skills.
When to Use
- Before first-time onboarding (
/autocloud-onboarding) - When any AutoCloud skill fails with a "command not found" error
- When switching machines or dev containers
- When a user asks "what do I need to install?"
Required Tools
| Tool | Binary | Minimum Version | Purpose |
|---|---|---|---|
| Azure CLI | az |
2.50 | Azure resource management, RBAC, deployments |
| GitHub CLI | gh |
2.0 | Repo secrets, environments, PR operations |
| jq | jq |
1.6 | JSON parsing in scripts and workflows |
| git | git |
any | Version control (usually pre-installed) |