What problem does it solve? Writing correct BigQuery ML and generative AI SQL requires knowing the exact syntax, argument rules, and model routing for over a dozen AI functions, and mistakes like misplacing table-valued functions or skipping mandatory data exploration cause failed queries. ## Core Features & Use Cases - Time-Series Analysis: Generate forecasts with AI.FORECAST, detect outliers with AI.DETECT_ANOMALIES, and evaluate 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, and AI.GENERATE_TABLE with Gemini endpoints. - Semantic Search & Key Drivers: Perform vector search with VECTOR_SEARCH and AI.SEARCH, compute semantic similarity, and identify metric drivers with AI.KEY_DRIVERS or contribution analysis models. - Use Case: A data analyst needs to forecast next month's sales per store and explain which segments drove a revenue change. The Skill routes them to AI.FORECAST with proper chronological data splitting, then to AI.KEY_DRIVERS for segment-level contribution analysis. ## Quick Start Use the bigquery-ai-ml skill to write a SQL query that forecasts daily bike trips for the next 30 days from the citibike public dataset.