deployment-coordination

Coordinate production deployments with environment validation and post-deploy checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leandro-br-dev/charhub --skill deployment-coordination-leandro-br-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-coordination
Source: https://github.com/leandro-br-dev/charhub/tree/main/docs/agents/reviewer/skills/deployment-coordination
Command: npx skills add https://github.com/leandro-br-dev/charhub --skill deployment-coordination-leandro-br-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate safe deployment to production by validating environment variables, coordinating the deployment process, monitoring for issues, and verifying successful deployment.

Core Features & Use Cases

  • Environment validation with env-guardian before every deployment
  • Pre-deploy verification and coordination via deploy-coordinator
  • Merge-triggered auto-deploy through GitHub Actions
  • Post-deploy health checks and production monitoring
  • Rollback readiness and incident handling for failed deployments

Quick Start

Trigger deployment-coordination after PR approval to validate the environment, coordinate the deployment, and monitor the CI/CD pipeline.

Frequently Asked Questions about deployment-coordination

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

FAQPage Schema
How do I automate safe production deployments with environment validation?

Automate safe production deployments by enforcing pre-deploy environment variable validation, coordinating the release process, and running post-deploy health checks to ensure stability.

What is the best way to monitor a CI/CD pipeline after a merge-triggered release?

Monitor a CI/CD pipeline after a release by triggering post-deploy health checks, verifying successful deployment, maintaining rollback readiness, and handling incidents for failed deployments.

Can I validate environment variables before deploying approved PRs to production?

Yes, you can validate environment variables before deploying approved PRs by applying environment checks and pre-deploy verification to ensure the production environment is correctly configured.

How does post-deploy verification work for scheduled production deployments?

Post-deploy verification for scheduled deployments works by running automated health checks and production monitoring to confirm successful deployment and detect any issues immediately after release.

What should I do if my production deployment fails and I need a rollback?

If a production deployment fails, you should execute rollback readiness procedures and incident handling protocols to revert the environment changes and restore the previous stable state.