What problem does it solve? Writing correct BigQuery AI/ML SQL requires knowing the exact syntax, argument rules, and routing constraints of functions like AI.FORECAST, AI.GENERATE, and AI.KEY_DRIVERS, which are easy to misuse without authoritative reference material. ## Core Features & Use Cases - Time-Series Analysis: Generate forecasts with AI.FORECAST, detect outliers with AI.DETECT_ANOMALIES, and evaluate model accuracy with AI.EVALUATE using the pre-trained TimesFM model. - Generative AI in SQL: Classify, summarize, score, and generate text or structured output directly in queries using AI.GENERATE, AI.CLASSIFY, AI.AGG, AI.IF, and AI.GENERATE_TABLE with Gemini endpoints. - Semantic Search & Key Drivers: Perform vector and semantic search with VECTOR_SEARCH and AI.SEARCH, and identify metric drivers with AI.KEY_DRIVERS or CONTRIBUTION_ANALYSIS models. - Use Case: A data analyst needs to forecast next month's bike trips per user type and flag anomalous days; the Skill provides the exact AI.FORECAST and AI.DETECT_ANOMALIES syntax with correct named arguments and output schemas. ## Quick Start Ask the assistant to write a BigQuery SQL query that forecasts the next 30 days of sales using AI.FORECAST on your sales table.