What problem does it solve? Managing Google Cloud resources from the command line requires consistent awareness of the active account, project, and region, and mistakes in ambient configuration can lead to operations against the wrong environment. This Skill provides a disciplined workflow for using the gcloud CLI safely, covering authentication checks, project pinning, and common inspection commands. ## Core Features & Use Cases - Environment Verification: Check gcloud version, authenticated accounts, and active project configuration before running any operation. - Resource Inspection: List projects, read error logs, describe Cloud Run services, review builds, and browse Cloud Storage buckets. - Safe Operations Guardrails: Enforce explicit --project and --region flags, require confirmation before IAM, billing, networking, database, or production mutations, and never expose service account keys. - Use Case: A developer debugging a failing deployment can verify the active account and project, list Cloud Run services in the target region, and read the last 20 error-level log entries to diagnose the issue. ## Quick Start Use the gcloud CLI to check my active account and project, then list my Cloud Run services and read the most recent error logs.