staging-deployment-phase

Automate staging deployments with migrations, health checks, and verification reports.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/DYAI2025/MOD_shark-engine --skill staging-deployment-phase-dyai2025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staging-deployment-phase
Source: https://github.com/DYAI2025/MOD_shark-engine/tree/main/sharkengine/.claude/skills/staging-deployment-phase
Command: npx skills add https://github.com/DYAI2025/MOD_shark-engine --skill staging-deployment-phase-dyai2025

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploys features to staging with database migrations, health checks, and deployment verification, reducing manual toil during validation before production.

Core Features & Use Cases

  • Automates PR merge verification, migrations (if present), deployment triggering, health checks, and ship-report generation for staging validation.
  • Generates a centralized staging ship report and updates workflow state to ensure traceability and auditable deployments.
  • Integrates with common hosting platforms (Vercel, Netlify, Railway) and CI/CD pipelines to streamline the /ship-staging workflow.

Quick Start

Initiate a staging deployment by running the /ship-staging command once the PR is merged and CI is passing.

Frequently Asked Questions about staging-deployment-phase

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

FAQPage Schema
How do I automate staging deployments with database migrations and health checks?

Staging deployment automation requires verifying your PR merge and passing CI checks before initiating the /ship-staging command. Once triggered, it automatically coordinates database migrations, deployment triggers, health checks, and generates a centralized ship report for full traceability.

When do I need to run database migrations during a staging deployment?

Database migrations run during staging deployment when your merged PR includes schema changes. The /ship-staging workflow detects and applies these migrations automatically before triggering the deployment, ensuring your staging database matches the new application code.

Can I use this staging deployment workflow with Vercel, Netlify, or Railway?

Yes, this staging deployment workflow integrates directly with common hosting platforms like Vercel, Netlify, and Railway. It streamlines the /ship-staging workflow by connecting your CI/CD pipelines to these platforms for automated deployment triggering and health verification.

How does a staging deployment verify application health after a release?

Staging deployment verifies application health by running automated health checks immediately after triggering the release. It validates the application's responsiveness and stability, updating the workflow state and generating a ship report to ensure an auditable deployment.

What is the best way to maintain traceability for staging deployments?

The best way to maintain traceability is to generate a centralized staging ship report and update the workflow state after every deployment. This records PR merge verification, migration status, and health check results for fully auditable staging deployments.

Do I need to manually trigger deployments after merging a PR?

No, you do not need to manually trigger deployments after merging a PR. By running the /ship-staging command once the PR is merged and CI is passing, the deployment triggering, health checks, and state updates are handled automatically.