deployment

Configure production deployment settings and fetch filtered runtime logs.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill deployment-rezosnd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/rezosnd/MINI-PROJECT-/tree/main/ML%20BACKEND%20DASHBOARD/.local/skills/deployment
Command: npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill deployment-rezosnd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps configure and publish production deployment settings and diagnose runtime issues by fetching and analyzing server logs so developers can reliably release and troubleshoot applications.

Core Features & Use Cases

  • Deployment configuration: Set deploymentTarget (autoscale, vm, scheduled, static), production run and build commands, and publicDir for static sites.
  • Publish workflow: Guide users to publish after verification and handle context limitations when invoked from task-agent or subrepl sessions.
  • Log retrieval & analysis: Fetch deployment logs filtered by timestamps, regex message patterns, and provide surrounding context lines to investigate errors.
  • Use Case: Configure an autoscale web service with Gunicorn, verify the app is healthy, fetch recent ERROR logs to find stack traces, and then prompt the user to publish.

Quick Start

Configure an autoscale deployment with a production run command using deployConfig and then fetch recent error logs with fetchDeploymentLogs to verify stability.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I configure production deployment settings for an autoscale web service?

To configure an autoscale web service deployment, you set the deploymentTarget to autoscale and define the production run and build commands. This skill applies the configuration for web applications, APIs, and scheduled jobs.

Can I fetch production runtime logs filtered by timestamp and regex?

Yes, you can fetch production runtime logs filtered by specific timestamp ranges and message regex patterns. The skill retrieves matching log entries and provides surrounding contextual line limits to investigate errors.

What's the best way to debug deployment issues using server logs?

The best way to debug deployment issues is to fetch production runtime logs filtered by timestamps and regex patterns. This retrieves targeted error messages with contextual lines to analyze stack traces and diagnose runtime failures.

Does this deployment configuration support static sites with a public directory?

Yes, the deployment configuration supports static sites by setting the deploymentTarget to static and specifying a publicDir. It also handles run and build command arrays required for static site publishing.

How do I publish a production deployment after verifying app health?

After verifying app health and reviewing error logs, you can proceed with the publish workflow. The skill guides you to publish the production deployment while handling context limitations from task-agent or subrepl sessions.

What deployment targets are available for configuring production applications?

Available deployment targets include autoscale, vm, scheduled, and static. You select the appropriate target based on your application type, whether it is a web service, API, bot, scheduled job, or static site.