relay-deploy

Automate deployment strategy selection and configuration for Kubernetes, serverless, and container environments.

69|8|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/tonone-ai/tonone --skill relay-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relay-deploy
Source: https://github.com/tonone-ai/tonone/tree/main/team/relay/skills/relay-deploy
Command: npx skills add https://github.com/tonone-ai/tonone --skill relay-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams set up deployment strategies (rolling, canary, blue-green) with rollback procedures and smoke tests, reducing downtime and deployment risk.

Core Features & Use Cases

  • Detects deployment target environments (Kubernetes, Cloud Run, ECS, Terraform, serverless) and assesses risk.
  • Recommends an appropriate strategy (rolling, canary, or blue-green) based on risk, traffic exposure, and database migrations.
  • Generates platform-specific deployment configs, health checks, and rollback steps; supports smoke tests to validate successful rollout.
  • Use Cases: When delivering critical services, use this Skill to plan zero-downtime deployments and rapid rollback in case of failures.

Quick Start

Provide a deployment strategy for the current project and include rollback steps and smoke tests.

Frequently Asked Questions about relay-deploy

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

FAQPage Schema
How do I set up zero-downtime deployments for Kubernetes?

Set up zero-downtime deployments by generating platform-specific Kubernetes configs with rolling, canary, or blue-green strategies. The Skill detects your target environment, recommends an appropriate rollout method, and provides explicit health checks to ensure safe releases without service interruption.

What is the best deployment strategy for minimizing release risk?

The best deployment strategy for minimizing release risk depends on traffic exposure and database migrations. The Skill assesses these factors to recommend rolling, canary, or blue-green deployments, ensuring you get the safest approach tailored to your specific service requirements.

How do I configure automated rollback procedures for container-based environments?

Configure automated rollback procedures by generating explicit commands and steps tailored to your container-based environment. The Skill provides rollback planning alongside deployment configs, allowing rapid reversion in case of failures during rolling, canary, or blue-green rollouts.

Does this deployment approach work with serverless and Cloud Run targets?

Yes, this deployment approach works with serverless and Cloud Run targets. The Skill automatically detects deployment environments including Kubernetes, Cloud Run, ECS, and Terraform, then generates platform-specific deployment configs and health checks suitable for each.

How do I add smoke tests to validate a canary deployment?

Add smoke tests to validate a canary deployment by integrating them into the generated rollout configuration. The Skill supports smoke tests to verify application health and successful rollout, automatically triggering rollback procedures if validation fails during the release process.