deploy

Automates Kubernetes and Helm deployment verification workflows with pre/post checks and monitoring.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/zach-source/claude-plugins --skill deploy-zach-source
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/zach-source/claude-plugins/tree/main/plugins/devops/skills/deploy
Command: npx skills add https://github.com/zach-source/claude-plugins --skill deploy-zach-source

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of infrastructure and configuration deployments, ensuring that changes are rolled out successfully and safely to your environments.

Core Features & Use Cases

  • Pre-Deploy Validation: Checks YAML syntax, Kubernetes manifests, and Helm charts before deployment.
  • Deployment Monitoring: Monitors Kubernetes rollout status with timeouts and retries.
  • Post-Deploy Checks: Verifies pod health, checks recent logs for errors, and performs smoke tests.
  • Failure Protocol: Provides clear steps for handling connectivity failures and informing users.

Quick Start

Use the deploy skill to verify the rollout status of the 'my-app' deployment in the 'production' namespace.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I verify Kubernetes rollout status automatically after a deployment?

You can verify Kubernetes rollout status automatically by monitoring deployment progress with configurable timeouts and retries, ensuring infrastructure changes are safely rolled out to your environments.

What is the best way to validate Helm charts and Kubernetes manifests before deployment?

Pre-deploy validation checks YAML syntax, Kubernetes manifests, and Helm charts before deployment, catching incorrect configurations early to prevent rollout failures in your environments.

How do I check pod health and logs for errors after a Kubernetes deployment?

Post-deploy checks verify pod health, scan recent logs for errors, and perform smoke tests after the rollout completes, confirming your application is running correctly without hidden issues.

Why does my Kubernetes deployment fail with image pull errors and incorrect configurations?

Kubernetes deployments often fail due to image pull errors and incorrect configurations, which pre-deploy validation checks address by validating manifests and Helm charts before rollout begins.

Can I use automated deployment verification for Helm releases in production namespaces?

Automated deployment verification supports Helm releases in production namespaces by monitoring rollout status, performing post-deploy health checks, and following clear failure protocols for connectivity issues.

What steps should I take when a Kubernetes deployment verification fails?

When deployment verification fails, the failure protocol provides clear steps for handling connectivity failures and informing users, addressing common pitfalls like image pull errors and configuration issues.