production-deployment-phase

Promote validated staging builds to production with semantic versioning and health checks.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill production-deployment-phase-sjdjdiejdrirhdkjej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-deployment-phase
Source: https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor/tree/main/.claude/skills/production-deployment-phase
Command: npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill production-deployment-phase-sjdjdiejdrirhdkjej

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to promote validated staging builds to production with semantic versioning, health checks, and release tagging, reducing risk and manual steps.

Core Features & Use Cases

  • Prerequisite-driven promotion: verify staging validation, bump version, tag release, and deploy.
  • End-to-end production readiness: health checks, monitoring setup, and ship report generation.
  • Use Case: Imagine promoting a staging build to production after QA approval to ship features safely.

Quick Start

Use the production-deployment-phase skill to promote a validated staging build to production. Then verify health checks and generate a ship report as part of the workflow, optionally triggering with /ship-prod if your Claude Code environment supports it.

Frequently Asked Questions about production-deployment-phase

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

FAQPage Schema
How do I automate production deployments after staging validation?

Automate production deployments by triggering workflows that promote validated staging builds, enforce semantic version bumps, execute health checks, and apply git release tags. This ensures reliable release processes while reducing manual steps and deployment risk.

What is the best way to promote a staging build to production with versioning?

Promote staging builds to production by enforcing prerequisite-driven promotion that verifies staging validation, bumps semantic versions, tags releases, and deploys. This approach guarantees that only validated builds reach production with proper version tracking.

How do health checks work during a production release?

Health checks during production release verify deployment success by monitoring application health immediately after deployment execution. They confirm the new build is stable and operational before completing the release process and generating a ship report.

Does this deployment workflow require manual git tagging for releases?

No, git tagging for releases is enforced automatically as part of the deployment workflow. The process applies semantic version bumps and creates git tags when promoting validated staging builds to production, eliminating manual tagging steps.

Can I trigger production deployment using a custom command?

Yes, production deployment can be triggered using commands like /ship-prod or through automated pipelines after staging validation. This flexibility supports both manual promotion workflows and fully automated multi-environment deployment setups.

What is included in a post-deploy ship report?

A post-deploy ship report documents the completed production deployment, including version bumps, git tags applied, health check results, and monitoring setup. It provides a comprehensive record of the release process for team visibility and auditing.