deploy-verify

Verify deployments by checking CI/CD status, service health, and startup logs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures deployments are healthy by validating CI/CD status, service availability, and startup readiness, reducing post-deployment incidents and debugging time.

Core Features & Use Cases

  • Auto-detect deployment platform and services to minimize setup
  • Verify CI/CD status, per-service health endpoints, and startup logs
  • Generate a structured deployment verification report with actionable outcomes

Quick Start

Configure the deployment verification and run the default verification.

Frequently Asked Questions about deploy-verify

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

FAQPage Schema
How do I verify a Kubernetes deployment after a CI/CD release?

Verify a Kubernetes deployment by checking CI/CD pipeline status, polling per-service health endpoints, and inspecting startup logs to confirm post-release availability and reduce debugging time.

What is the best way to check service health and startup logs for docker-compose?

Checking service health and startup logs for docker-compose involves auto-detecting deployed services, validating their availability endpoints, and generating a structured report to identify post-deployment issues.

Can I automatically detect services and verify their availability across cloud environments?

You can automatically detect services and verify their availability across cloud environments by running a verification workflow that loads saved configurations and checks per-service health endpoints.

How do I generate a structured deployment verification report for rollback checks?

Generate a structured deployment verification report by running a verification workflow that evaluates CI/CD status, service health, and startup readiness, providing actionable outcomes for rollback checks.

Why do I need post-deployment verification for my services?

Post-deployment verification ensures services are healthy by validating CI/CD status, service availability, and startup readiness, which reduces post-deployment incidents and debugging time.