What problem does it solve? Manually deploying web projects to Netlify involves repetitive CLI steps: checking authentication, linking sites, configuring build settings, and choosing between preview and production deploys. This Skill automates that entire workflow so deployments happen correctly on the first attempt. ## Core Features & Use Cases - Authentication & Site Linking: Verifies Netlify CLI login status, guides OAuth or token-based authentication, and links projects to existing sites via Git remote or creates new ones with netlify init. - Preview and Production Deploys: Runs netlify deploy for draft previews and netlify deploy --prod for live releases, with framework-aware build detection for Next.js, Vite, Astro, and static sites. - Configuration Guidance: Provides netlify.toml references covering build commands, publish directories, redirects, headers, and environment variables. - Use Case: You finish a React feature branch and want a shareable preview URL. The Skill checks your login, links the repo, installs dependencies, and returns a draft deploy URL for review before promoting to production. ## Quick Start Deploy my current project to Netlify as a preview and give me the draft URL.