What problem does it solve? Keeping the app's news feed current requires manually querying multiple news sources and updating the database. This Skill automates ingesting World Cup 2026 team news from GNews, NewsAPI, Google News RSS, and official RSS feeds directly into the Supabase team_news table that the production app reads in real time. ## Core Features & Use Cases - Multi-source ingestion: Aggregates news from GNews, NewsAPI, Google News RSS, and official RSS feeds with retry and fallback logic for rate limits. - Selective or bulk updates: Ingest news for all 48 teams or only specific teams by their 3-letter codes, with a smart 1-hour cache to avoid excessive API quota usage. - Database verification: Inspect the latest stored news and per-team statistics in Supabase to confirm updates landed correctly. - Use Case: A user notices the news section for Spain looks stale and asks to refresh it; the Skill runs the ingestion script for ESP with the force flag and verifies the new records in Supabase. ## Quick Start Update the news feed for Argentina and Spain, forcing a refresh that bypasses the one-hour cache.