What problem does it solve? It guides the process of publishing a working project to production, choosing the right deployment target, configuring deployment settings, and debugging live applications when they misbehave. ## Core Features & Use Cases - Deployment Target Selection: Choose between autoscale, vm, scheduled, and static targets based on whether the project is a website, bot, cron job, or static site. - Configuration Management: Update production run/build commands in each artifact's artifact.toml via the verifyAndReplaceArtifactToml temp-file workflow. - Production Log Debugging: Fetch and filter deployment logs with timestamps and regex patterns using fetchDeploymentLogs to diagnose runtime errors. - Use Case: Your deployed app returns errors in production. Use this Skill to fetch the last hour of logs filtered by "ERROR", identify the failing module, fix the code, and republish. ## Quick Start Check my deployment logs from the last hour and tell me why my published app is failing.