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 credential state before asking the user to log in, avoiding unnecessary or incorrect remediation steps. ## Core Features & Use Cases - Error Recognition: Identifies common authentication failure messages from gcloud CLI, bq CLI, and Python google.auth exceptions. - Independent Verification: Runs gcloud auth list to confirm whether credentials are missing or whether the issue is actually IAM permissions (e.g., 403 Access Denied with an active account). - Guided Remediation: Instructs the user to run gcloud auth login and gcloud auth application-default login in their own terminal, then re-verifies before continuing the original task. - Use Case: A data analyst's notebook fails with DefaultCredentialsError. The Skill checks gcloud auth list, confirms no ADC exists, and asks the user to run the application-default login command before retrying the query. ## Quick Start Check why my BigQuery query is failing with a credentials error and help me fix the authentication.