What problem does it solve? Google Cloud CLI tools and Python libraries fail with confusing authentication errors when no account is active or Application Default Credentials (ADC) are missing, blocking tasks like BigQuery queries and Dataform runs. ## Core Features & Use Cases - Error Recognition: Identifies common authentication failures from gcloud, bq, dataform, and Python libraries, including DefaultCredentialsError and missing active account messages. - Status Verification: Runs gcloud auth list to confirm whether credentials are missing or whether a 403 error actually indicates an IAM permissions problem. - Guided Remediation: Instructs the user to run gcloud auth login and gcloud auth application-default login, then re-verifies before continuing the original task. - Use Case: A Python notebook fails with google.auth.exceptions.DefaultCredentialsError; the skill verifies no ADC exists and walks the user through the correct login commands. ## Quick Start Check my Google Cloud authentication status and help me fix the DefaultCredentialsError I am getting from my BigQuery script.