production-deployment-phase

Promote validated staging deployments to production with version bump and git release tagging.

Updated Oct 26, 2025
One-click install
npx skills add https://github.com/oxie/portfolio-cms-project --skill production-deployment-phase-oxie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-deployment-phase
Source: https://github.com/oxie/portfolio-cms-project/tree/main/.claude/skills/production-deployment-phase
Command: npx skills add https://github.com/oxie/portfolio-cms-project --skill production-deployment-phase-oxie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized procedure for promoting validated staging deployments to production, including version bumping, release tagging, and post-deployment monitoring. It ensures consistent, reliable, and traceable production releases, minimizing manual errors and downtime.

Core Features & Use Cases

  • Version Bumping: Automatically applies semantic versioning to releases, maintaining a clear version history.
  • Production Deployment: Guides the process of deploying the application to the live production environment.
  • Health Checks & Monitoring: Ensures post-deployment health checks pass and monitoring is configured to detect issues immediately.
  • Use Case: A feature has been validated on staging and is ready for release. This skill automates the steps to deploy it to production, bump the version, create a git release tag, and verify its health in the live environment.

Quick Start

Deploy the 'Student Progress Dashboard' feature to production, bumping the version and creating a git release tag.

Frequently Asked Questions about production-deployment-phase

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

FAQPage Schema
How do I promote a staging deployment to production with version control?

Promote validated staging deployments to production by applying semantic versioning, creating git release tags, and running health checks. This ensures traceable, consistent releases with minimal manual errors and downtime across your staging-to-production transition.

What's the best way to automate semantic versioning in a release pipeline?

Semantic versioning automation bumps version numbers systematically during deployments, maintaining clear version history. This Skill applies version bumps automatically as part of the production promotion workflow, keeping releases organized and deployable.

How do I verify a production deployment is healthy after release?

Post-deployment health checks validate that your application is running correctly in production. This Skill configures monitoring and runs health-check validation immediately after promoting to production, catching issues before they impact users.

Can I automate git release tagging during deployment?

Yes. Git release tagging creates permanent, searchable records of production deployments tied to specific code versions. This Skill generates release tags automatically during the promotion process, making rollbacks and audits straightforward.

Do I need release management tools for production deployments?

Release management coordinates versioning, deployment orchestration, and health validation—all critical for reliable production transitions. This Skill combines these functions into a standardized procedure, reducing manual coordination and human error.