prerequisites

Validate and optionally install CLI tools for the Three Horizons platform.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill prerequisites-3horizons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prerequisites
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/prerequisites
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill prerequisites-3horizons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that all necessary command-line tools and their correct versions are installed and configured on your development machine, preventing setup friction and deployment issues.

Core Features & Use Cases

  • Tool Validation: Checks for the presence and minimum versions of essential CLIs like az, terraform, kubectl, helm, gh, etc.
  • Conditional Checks: Verifies tools specific to deployment targets (e.g., ARO) or development needs (e.g., linters, security scanners).
  • Quick Start: Run the validation script to check your environment.

Quick Start

Execute the prerequisite validation script with the --full flag to check all tools.

Frequently Asked Questions about prerequisites

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate required CLI tools for Azure and Kubernetes deployment?

To validate required CLI tools for Azure and Kubernetes deployment, run a prerequisite validation script with the --full flag to check all tools. This verifies the presence and minimum versions of essential CLIs like az, terraform, kubectl, and helm.

What CLI tools do I need installed before setting up my dev environment?

Setting up your dev environment requires core infrastructure, containerization, security scanning, and development utility CLIs. The validation checks for essential tools like az, terraform, kubectl, helm, and gh to ensure correct versions and authentication status.

Can I check authentication status and tool versions for ARO deployment targets?

Yes, you can check authentication status and tool versions for ARO deployment targets. The validation script performs conditional checks to verify tools specific to deployment targets like ARO and development needs such as linters and security scanners.

What is the best way to prevent setup friction and deployment issues with environment setup?

The best way to prevent setup friction and deployment issues during environment setup is to validate and optionally install necessary command-line tools. Ensuring correct versions and configurations on your development machine prevents integration failures.

Does the environment validation script automatically install missing CLI tools?

The environment validation script validates and optionally installs a comprehensive suite of required CLI tools. By running the script, you can ensure all necessary command-line tools are configured correctly for seamless integration with deployment workflows.