Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Standard Operating Procedure for /ship-staging phase. Deploy feature to staging with auto-merge.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name staging-deployment-phase
description Standard Operating Procedure for /ship-staging phase. Deploy feature to staging with auto-merge.
allowed-tools Read, Edit, Bash

Staging Deployment Phase: Standard Operating Procedure

Training Guide: Deploy feature to staging environment for validation.

Phase Overview

Purpose: Deploy to staging, run migrations, verify health Inputs: Merged PR, passing CI Outputs: Staging deployment, ship report Expected duration: 15-30 minutes

Execution Steps

  1. Verify PR merged to main
  2. Run database migrations (if any)
  3. Deploy to staging environment
  4. Run health checks
  5. Verify deployment successful
  6. Generate staging ship report

Common Mistakes

  • Deployment failures
  • Migration issues
  • Health check failures

Completion Criteria

  • Deployed to staging
  • Health checks pass
  • Ship report generated

This SOP guides staging deployment.