deployment

Deploy applications and retrieve production logs to troubleshoot broken releases.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/kvm9-dev/susanoo --skill deployment-kvm9-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/kvm9-dev/susanoo/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/kvm9-dev/susanoo --skill deployment-kvm9-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you publish and configure an application for production, then diagnose issues when the deployed app behaves incorrectly or fails.

Core Features & Use Cases

  • Configure production deployment targets: Set run/build/publicDir details for autoscale, VM, scheduled jobs, or static hosting.
  • Debug production runtime problems: Identify what is happening in live logs when users report failures or outages.
  • Guided publishing readiness: Recommend when the app is ready to publish after validation.

Quick Start

Tell the AI: "Set up an autoscale deployment for my web app using gunicorn on port 5000, then help me publish and investigate any production errors using deployment logs."

Frequently Asked Questions about deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a production deployment target for an autoscale or VM environment?

Configuring a production deployment target involves selecting autoscale, VM, scheduled, or static hosting, then defining run, build, and public directory settings to establish the publishing workflow.

What is the best way to debug production runtime problems using server logs?

Debugging production runtime problems uses server log analysis with optional time window and regex message pattern filtering to identify failures and retrieve evidence of broken releases.

Can I filter production logs by specific time windows and error message patterns?

Yes, you can filter production logs by applying optional time windows and regex message patterns to isolate specific server errors and troubleshoot broken releases accurately.

Does this deployment workflow support both scheduled jobs and static hosting targets?

Yes, the deployment workflow supports scheduled jobs and static hosting targets, alongside autoscale and VM targets, allowing flexible production publishing across different server configurations.

Why do I need to specify run and build configurations before publishing my application?

Specifying run and build configurations is required before publishing to validate publishing readiness and ensure the application deploys correctly to the selected production target.