gaia-deploy

Orchestrate a five-phase deployment pipeline with adapter-mediated execution.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-deploy
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-deploy
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires composite-verdict-aggregator.sh, deploy-dispatch.sh, health-check.sh, smoke-orchestrate.sh, verdict-aggregate.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The gaia-deploy Skill unit automates and orchestrates complex deployment processes, streamlining the deployment of software versions in a controlled and transparent manner.

Core Features & Use Cases

  • Deployment Orchestration: Manages a five-phase deployment pipeline, including pre-deploy gate, deploy, health-check, post-deploy smoke, and final verdict.
  • Adapter-Mediated Execution: Executes deployment tasks through configurable adapters, allowing for integration with various deployment tools.
  • Environment Isolation: Ensures that deployment tasks are executed within the specified environment, maintaining separation of concerns.
  • Sequential Execution: All phases are executed in a strict sequence, preventing parallelism and maintaining deployment integrity.
  • No Auto-Retry and No Auto-Rollback: Provides explicit control over the deployment process, requiring manual intervention in case of errors.

Quick Start

To deploy the latest version to the staging environment, use: gaia-deploy --env staging --version latest

Frequently Asked Questions about gaia-deploy

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

FAQPage Schema
How do I automate a deployment pipeline with pre-deploy gates and health checks?

Automate a deployment pipeline by orchestrating five sequential phases: pre-deploy gate, deploy, health-check, post-deploy smoke, and final verdict. This ensures deployment integrity through strict phase execution and adapter contracts within a single environment.

Does this deployment orchestration tool support automatic rollbacks and retries?

This deployment orchestration tool does not support automatic rollbacks or retries. It provides explicit control over the pipeline, requiring manual intervention in case of errors to maintain transparent and controlled software releases.

Can I execute parallel deployment tasks across multiple environments?

You cannot execute parallel deployment tasks across multiple environments. The pipeline enforces sequential execution within a single specified environment to prevent parallelism, maintain separation of concerns, and ensure deployment integrity.

How do I integrate custom deployment tools into a CI/CD release pipeline?

Integrate custom deployment tools into a CI/CD release pipeline using adapter-mediated execution. Configurable adapters handle the deployment tasks, allowing the orchestration pipeline to interface with various deployment tools through established adapter contracts.

What is the best way to deploy the latest software version to a staging environment?

Deploy the latest software version to staging by passing the target environment and version to the orchestration command. The pipeline executes the configured pre-deploy, deploy, health-check, smoke, and verdict phases sequentially for that environment.