What problem does it solve? AI agents frequently hallucinate gcloud command syntax, flags, and arguments, and can accidentally run destructive or interactive commands that hang or damage GCP resources. This Skill enforces mandatory syntax validation, safety guardrails, and output reduction for every gcloud CLI interaction. ## Core Features & Use Cases - Mandatory Syntax Validation: Requires running gcloud help <leaf_command> before proposing or executing any command, eliminating hallucinated flags and arguments. - Safety Guardrails: Maintains a denylist of prohibited operations (deletes, IAM changes, billing, KMS) that require explicit human authorization, plus mandatory --dry-run and --quiet usage. - Data Reduction: Enforces --limit, --filter, and --format flags on all list commands to prevent context window exhaustion from large GCP resource outputs. - Use Case: When asked to deploy a Cloud Run service or inspect Compute Engine instances, the agent first validates the exact leaf command syntax, proposes a dry-run if supported, and executes with explicit project scoping and non-interactive flags. ## Quick Start Ask the agent to list your running Compute Engine instances in a specific project, and it will validate the command syntax, apply filters, and execute safely with explicit project scoping.