post-deploy-verification

Probe HTTP endpoints, check ports, and scan logs to verify deployment health.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nixopus/agent --skill post-deploy-verification
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: post-deploy-verification
Source: https://github.com/nixopus/agent/tree/main/skills/post-deploy-verification
Command: npx skills add https://github.com/nixopus/agent --skill post-deploy-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates post-deployment health verification to ensure applications are reachable, stable, and correctly configured before users access them.

Core Features & Use Cases

  • HTTP probes and health checks verify endpoints respond with healthy statuses.
  • Container stability, restart detection, and port alignment validate runtime health and misconfigurations.
  • End-to-end reachability assessments cover internal and external access, ensuring readiness for production.

Quick Start

Run post-deploy-verification to validate the new deployment's health, endpoints, and logs before promoting it to production.

Frequently Asked Questions about post-deploy-verification

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

FAQPage Schema
How do I verify deployment health after a container rollout?▼

Verify deployment health after a container rollout by running HTTP probes, checking port alignment, and scanning container logs to ensure endpoints respond correctly before promoting the release to production.

What is post-deployment health verification for containerized applications?▼

Post-deployment health verification is the process of automating HTTP probes, port checks, and container stability assessments to ensure containerized applications are reachable, stable, and correctly configured before user access.

Can I check container restart counts and port alignment across Docker and proxy configurations?▼

Yes, you can check container restart counts and validate port alignment across application, Docker, and proxy configurations to detect runtime health issues and misconfigurations during deployment verification.

Does post-deploy verification work for both internal and external network reachability?▼

Post-deploy verification works for both internal and external networks by performing end-to-end reachability assessments and HTTP probes to ensure application endpoints are accessible and ready for production traffic.

Why does my deployment pass health checks but fail external reachability?▼

A deployment might pass health checks but fail external reachability due to port misalignment between the application, Docker, and proxy, which post-deploy verification detects by enforcing strict port alignment checks.

When should I run health checks before promoting a release to production?▼

Run health checks before promoting a release to production to verify container status, confirm healthcheck readiness, and ensure endpoints respond with healthy statuses, preventing unstable deployments from reaching users.