prereq-check

Validate CLI tool versions and authentication sessions for Git-Ape operations.

267|40|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Azure/git-ape --skill prereq-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prereq-check
Source: https://github.com/Azure/git-ape/tree/main/.github/skills/prereq-check
Command: npx skills add https://github.com/Azure/git-ape --skill prereq-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures developers have all required CLI tools installed at minimum versions and active authentication sessions before using Git-Ape skills, reducing onboarding friction and deployment failures.

Core Features & Use Cases

  • Validates presence and minimum versions of Azure CLI (az), GitHub CLI (gh), jq, and git.
  • Verifies authentication sessions for Azure and GitHub.
  • Provides platform-specific install guidance when a tool is missing or outdated.
  • Use Case: Onboard a new machine or container to confirm readiness before attempting automated deployments.

Quick Start

Run the prereq-check skill with no arguments to validate the environment and receive install guidance if needed.

Frequently Asked Questions about prereq-check

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

FAQPage Schema
How do I verify CLI tools and authentication before deploying to Azure or GitHub?

To verify CLI tools and authentication before deploying, check the presence and minimum versions of az, gh, jq, and git, and confirm active Azure and GitHub login sessions to prevent deployment failures.

What CLI tools do I need to check on a new dev machine for environment onboarding?

For dev environment onboarding, you need to validate Azure CLI, GitHub CLI, jq, and git on your new machine, ensuring they meet minimum version requirements and have active authenticated sessions before proceeding.

How can I check my Azure CLI and GitHub CLI authentication status for automated deployments?

Check your Azure CLI and GitHub CLI authentication status by verifying active login sessions before executing automated deployments, ensuring validated credentials are present to avoid unauthorized access or deployment errors.

Does the prerequisite check provide installation guidance for missing CLI tools?

Yes, the prerequisite check provides platform-specific installation guidance when it detects missing or outdated CLI tools like az, gh, jq, or git, offering an execution playbook to resolve environment gaps.

Why does my deployment fail with missing or outdated CLI tools in dev containers?

Deployments in dev containers fail with missing or outdated CLI tools because required binaries like jq, git, az, or gh are absent or below minimum versions, breaking automated Git-Ape operations that depend on validated tooling.