post-deploy

Automate post-deployment validation and infrastructure monitoring checks.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/eleva-labs/agentic-coding-templates --skill post-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-deploy
Source: https://github.com/eleva-labs/agentic-coding-templates/tree/main/.claude/skills/devops/post-deploy
Command: npx skills add https://github.com/eleva-labs/agentic-coding-templates --skill post-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Infrastructure post-deployment validation and monitoring to ensure changes succeed and do not regress services.

Core Features & Use Cases

  • Post-deploy validation checks for cluster health, resource usage, and service mesh configuration.
  • Verification of infrastructure state and monitoring signals after deployments.
  • Use Case: After deploying a major change, run post-deploy checks to confirm pods are ready, resources are within limits, and SSL certificates are valid.

Quick Start

Run the post-deploy skill for the target environment, e.g. /post-deploy production

Frequently Asked Questions about post-deploy

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

FAQPage Schema
How do I automate Kubernetes health checks after a deployment?

You can automate Kubernetes health checks by running a post-deploy validation process that verifies pod readiness, resource utilization limits, and service mesh configuration. This ensures your deployment succeeds without regressing active services.

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

Post-deployment infrastructure validation is the process of verifying cluster health and monitoring signals immediately after changes. You need it after deploying major updates to confirm pods are ready, resources are within limits, and SSL certificates remain valid.

Can I verify SSL certificate validity and DNS propagation after a Kubernetes deployment?

Yes, you can verify SSL certificate validity and DNS propagation by running post-deploy checks. The process scaffolds these specific validation steps to ensure your infrastructure state is correctly configured after updates.

Does this post-deploy health check approach work with Terraform infrastructure?

Yes, this post-deploy health check approach applies to DevOps workflows involving infrastructure validation. It verifies infrastructure state and monitoring signals after deployments, making it suitable for Terraform-managed environments.

What is the best way to verify cluster health and resource usage after a major infrastructure change?

The best way to verify cluster health and resource usage is running automated post-deploy checks. This scaffolds validation steps for Kubernetes health, resource utilization, and service mesh configuration to confirm changes succeed without regressing services.