deploy-check

Audit project configuration, health endpoints, Dockerfile, logging, dependencies, and tests for deployment readiness.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/g-zenr/relay-api --skill deploy-check-g-zenr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-check
Source: https://github.com/g-zenr/relay-api/tree/main/.claude/skills/deploy-check
Command: npx skills add https://github.com/g-zenr/relay-api --skill deploy-check-g-zenr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that a project is fully prepared for deployment by rigorously checking its configuration, health endpoints, startup/shutdown procedures, Docker setup, logging, dependencies, and test suite.

Core Features & Use Cases

  • Comprehensive Validation: Covers all critical aspects of deployment readiness according to established infrastructure standards.
  • Risk Mitigation: Identifies potential issues before deployment, preventing costly errors and downtime.
  • Use Case: Before pushing a new version of the Relay API to production, run this Skill to automatically verify that the Dockerfile is optimized, the health check is functional, and no secrets are exposed.

Quick Start

Run the deploy-check skill to validate the readiness of the current project for deployment.

Frequently Asked Questions about deploy-check

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

FAQPage Schema
How do I validate project deployment readiness before pushing to production?

Validate deployment readiness by auditing configuration, health endpoints, startup and shutdown logic, Dockerfiles, logging practices, dependencies, and test execution. This enforces infrastructure standards for reliable and secure application deployment.

What should I check in my Dockerfile and health endpoints for a reliable CI/CD deployment?

Check your Dockerfile for multi-stage builds and verify that health endpoints are functional. Readiness validation also enforces fail-safe operations, structured logging, and specific environment prefixes to prevent deployment failures.

Does this readiness check require specific environment prefixes and typed response models?

Yes, readiness validation requires adherence to specific environment prefixes, typed response models, multi-stage Docker builds, structured logging, versioned dependencies, and fail-safe operations to meet infrastructure standards.

Can I use this to audit Docker infrastructure and logging practices for any application?

Yes, you can audit Docker infrastructure, logging practices, and startup or shutdown logic for any application. It identifies potential issues before deployment to mitigate risks and prevent downtime.

What is the best way to prevent downtime and configuration errors during application deployment?

The best way to prevent downtime is running a comprehensive readiness check that identifies configuration errors, exposed secrets, and missing fail-safe operations before pushing a new version to production.

Why does my deployment readiness check fail on versioned dependencies and test execution?

Readiness checks fail on missing versioned dependencies or incomplete test execution because strict infrastructure standards require these elements to ensure secure, reliable fail-safe operations and prevent costly deployment errors.