gaia-post-deploy

Run post-deploy health checks, smoke tests, and metrics validation against SLOs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resolve-config.sh, validate-gate.sh, checkpoint.sh, lifecycle-event.sh, and includes scripts (resource) components.

What problem does it solve?

Post-deployment health validation is critical to ensure releases meet SLOs; this skill orchestrates health endpoint checks, smoke tests, and metric evaluation to produce a structured post-deploy report.

Core Features & Use Cases

  • Health verification: Run configured health endpoints and report PASS/FAIL with details.
  • Smoke and validation: Execute critical-path checks and validate production metrics against SLOs.
  • Post-deploy reporting: Produce a structured artifact documenting results and remediation guidance.

Quick Start

Run post-deploy verification to generate a health and performance report for the latest deployment.

Frequently Asked Questions about gaia-post-deploy

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

FAQPage Schema
How do I automate post-deploy health checks in production?

Automate post-deploy health checks by orchestrating health endpoint evaluations, smoke tests, and metrics validation against baselines to ensure production quality and generate a structured report.

What is post-deployment validation and when do I need it?

Post-deployment validation verifies that releases meet SLOs by running critical-path checks and evaluating metrics. It is needed in production environments requiring structured health reporting and rollback guidance.

How do I validate production metrics against SLOs after a release?

Validate production metrics against SLOs by executing critical-path smoke tests and evaluating metric baselines. This produces a downloadable post-deploy report documenting results and remediation guidance.

Do I need foundation scripts to run post-deploy health verification?

Yes, post-deploy health verification requires integration with foundation scripts like checkpoint.sh and lifecycle-event.sh, along with configured health endpoints and metrics baselines to function correctly.

What is the best way to generate a post-deploy report with rollback guidance?

The best way to generate a post-deploy report is to automate health endpoint checks and metric evaluation, which yields a structured artifact documenting PASS/FAIL results and rollback guidance.