What problem does it solve? When gcloud, bq, dataform, or Python libraries fail with authentication errors like "No credentialed accounts" or "DefaultCredentialsError", this Skill helps identify whether the root cause is missing credentials or IAM permissions, and guides the correct fix. ## Core Features & Use Cases - Error Recognition: Matches common authentication failure messages from gcloud CLI, bq, and Python google.auth libraries. - Independent Verification: Runs gcloud auth list to confirm credential status before asking the user to act, and distinguishes missing authentication from IAM permission issues (403 errors). - Guided Remediation: Instructs the user to run gcloud auth login and gcloud auth application-default login in their own terminal, then verifies the result. - Use Case: A data analyst's notebook fails with DefaultCredentialsError. The Skill checks gcloud auth list, finds no credentialed accounts, and walks the user through setting up ADC so the notebook can connect to BigQuery. ## Quick Start Check why my BigQuery Python script is failing with a DefaultCredentialsError and help me fix the authentication.