What problem does it solve? When gcloud, bq, dataform, or Python libraries fail with authentication errors like "No credentialed accounts" or "DefaultCredentialsError", this Skill guides the AI to verify the actual auth state before acting, distinguishing missing credentials from IAM permission issues. ## Core Features & Use Cases - Error Recognition: Identifies common authentication failure messages from gcloud CLI, BigQuery, and Python google-auth libraries. - Independent Verification: Runs gcloud auth list to confirm whether credentials are missing before asking the user to log in. - Guided Remediation: Directs the user to run gcloud auth login and gcloud auth application-default login to establish both CLI credentials and Application Default Credentials (ADC). - Use Case: A data analyst's notebook fails with google.auth.exceptions.DefaultCredentialsError. The Skill verifies no accounts are credentialed, then instructs the user to run the ADC login command and re-verifies before continuing the original task. ## Quick Start Check why my BigQuery query is failing with an authentication error and help me fix my gcloud credentials.