What problem does it solve?
Deploying single-file presentations or small static sites to Netlify can silently serve HTML as plain text, mis-handle MIME types, and produce visual regressions that are hard to catch without repeatable checks. This Skill consolidates the CLI-based deploy process, authentication retrieval, content-type safeguards, and an automated Playwright visual review so you can publish reliably and catch rendering issues quickly.
Core Features & Use Cases
- CLI-safe deploys: Use netlify-cli to deploy directories (not zip API) and avoid content-type pitfalls.
- Auth and site guidance: Locate and export NETLIFY_AUTH_TOKEN and NETLIFY_SITE_ID to enable non-interactive deploys.
- Automated visual QA: Run Playwright screenshots at a 1440×900 viewport with deliberate waits for scroll-snap animations to validate slide decks and static pages before and after fixes.
- Use Case: Publish an HTML slide deck, verify each slide for wrapping, overflow, and styling inconsistencies, fix the source, and re-deploy until visuals are correct.
Quick Start
Deploy your presentation to Netlify production with NETLIFY_AUTH_TOKEN and NETLIFY_SITE_ID set, then run the Playwright review loop to capture and inspect screenshots.