server-stability-verification

Verify container health, migrations, and API endpoints after deployments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/leandro-br-dev/charhub --skill server-stability-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-stability-verification
Source: https://github.com/leandro-br-dev/charhub/tree/main/docs/agents/coder/skills/orchestration/server-stability-verification
Command: npx skills add https://github.com/leandro-br-dev/charhub --skill server-stability-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-deployment health verification of the entire server stack (backend, frontend, database, and caches) to ensure stability before manual testing.

Core Features & Use Cases

  • Docker container health verification and status checks
  • Migration application and service readiness validation
  • Health endpoint validation and recovery guidance

Quick Start

Run the server-stability-verification check after deployment to ensure all services are Up and healthy.

Frequently Asked Questions about server-stability-verification

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

FAQPage Schema
How do I verify Docker container health after deploying my application stack?

Verifying Docker container health involves checking docker compose status to ensure backend, frontend, database, and cache services show Up and are ready for manual testing. This automates post-deployment stability checks across the entire stack.

What is the best way to automate post-deployment health checks for database migrations and APIs?

Automating post-deployment health checks involves verifying container status, applying database migrations via Prisma when needed, and confirming API endpoints respond as expected to ensure full server stability before manual testing.

When do I need to run server stability verification in my CI/CD pipeline?

You need server stability verification in your CI/CD pipeline after deployments, feature branches, or migrations to ensure backend, frontend, database, and cache services are healthy before proceeding to manual testing.

Does this server stability check work with Prisma migrations and Docker Compose?

Yes, this server stability check works with Docker Compose and Prisma migrations. It validates container health, applies migrations via Prisma when needed, and confirms API endpoints respond as expected across your services.

Why does my API endpoint fail to respond after a Docker Compose deployment?

API endpoint failures after Docker Compose deployment often indicate incomplete service readiness or pending database migrations. Automating server stability verification checks container health, applies Prisma migrations, and confirms endpoints respond before testing.

Can I validate cache service readiness alongside backend and frontend health checks?

Yes, you can validate cache service readiness alongside backend and frontend health. Server stability verification checks the entire stack, ensuring database, cache, and API endpoints are healthy and docker compose status shows Up.