What problem does it solve?
Deployment problems stall shipping and can break a live app, while production errors are often hard to locate quickly; this skill helps you configure deployment and diagnose runtime failures by inspecting deployment logs.
Core Features & Use Cases
- Configure production deployment settings: Choose a deployment target (autoscale, VM, scheduled, or static) and set run/build/publicDir parameters appropriately for your app type.
- Guide publishing readiness: Use the workflow to publish once the project is validated as working.
- Debug production issues with logs: Fetch and analyze deployment logs to find errors and pinpoint what went wrong in production.
Use Case: Your app deploys but fails at runtime; configure the correct deployment target, then fetch production logs filtered by an error pattern to determine the failing component (startup crash, missing module, runtime exception, etc.).
Quick Start
Tell the AI: "Configure deployment for my project for an autoscale web service, then fetch the last hour of deployment logs containing ERROR so I can see why it’s broken."