preflight

Verify Git status, CLI availability, and Kubernetes cluster health.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/pablontiv/praxis --skill preflight-pablontiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preflight
Source: https://github.com/pablontiv/praxis/tree/main/.claude/skills/preflight
Command: npx skills add https://github.com/pablontiv/praxis --skill preflight-pablontiv

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill proactively checks your development environment for potential issues before they cause cryptic errors, ensuring smooth operation of other tools and workflows.

Core Features & Use Cases

  • Environment Verification: Checks Git status, CLI availability, rootline integrity, project file presence, and Kubernetes health.
  • Project Type Detection: Automatically identifies project types (Go, k8s, Terraform, etc.) to run relevant checks.
  • Use Case: Before starting a complex deployment or debugging session, run /preflight to catch missing CLIs, uncommitted code, or unhealthy cluster states, preventing downstream failures.

Quick Start

Run a quick check of your environment by typing '/preflight --quick'.

Frequently Asked Questions about preflight

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

FAQPage Schema
How do I check my development environment readiness before a Kubernetes deployment?

Environment readiness checks verify Git status, CLI availability, project file existence, and Kubernetes cluster health to detect missing dependencies or configuration errors before deployment.

What is a preflight check for software engineering projects?

A preflight check proactively validates rootline integrity and operational readiness by detecting project types like Go, k8s, or Terraform, tailoring checks to catch missing CLIs or unhealthy states before debugging sessions.

How do I verify Kubernetes cluster health and CLI availability simultaneously?

You can verify Kubernetes cluster health and CLI availability simultaneously by running an environment verification check that detects project types and provides actionable feedback for missing dependencies or cluster configuration errors.

Does environment validation work with Terraform and Go project types?

Yes, environment validation automatically detects project types such as Terraform, Go, and k8s to run relevant checks, ensuring your specific project files and rootline integrity are properly verified.

What is the best way to catch uncommitted code and missing CLIs before building?

The best way to catch uncommitted code and missing CLIs is to run a quick environment check that validates Git status and tool availability, providing actionable feedback for any missing dependencies.