What problem does it solve? Deploying Supabase edge functions and database migrations to Lovable normally requires manually copying prompts into the Lovable chat, waiting for GitHub sync, and burning credits on redundant prompts. This Skill automates authorized Lovable backend deployments and main-branch publication while aggressively conserving Lovable credits. ## Core Features & Use Cases - YOLO authorization gating: Reads deploy.yolo_mode from .lovable-agent/config.json to decide when prompts, pushes, merges, and publishes can proceed without repeated confirmation, while always preserving destructive-operation and migration confirmations. - Credit-first consolidated prompts: Combines adjacent migrations and function deployments into a single exact prompt, uses browser Cloud pages for read-only inspection, and never spends prompts on status or log queries. - Multi-transport submission: Selects browser automation, the official Lovable MCP server, or manual handoff based on deploy.mode, with fallback chains and sync verification before submission. - Use Case: After pushing a commit that modifies supabase/functions/send-email/ and adds a migration, the Skill verifies GitHub sync in the Lovable UI, submits one consolidated prompt to apply the migration and deploy the function, then verifies the result through Cloud pages and direct endpoint checks. ## Quick Start Enable YOLO mode in my Lovable project config and deploy the pending edge functions and migrations from my latest push.