How this command is triggered — by the user, by Claude, or both
Slash command
/railway-deployer:promoteThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Promote Command Promote verified staging changes to production environment. ## Usage ## What This Does 1. **Verify staging is healthy** - Check Railway staging deployment status - Review recent staging logs 2. **Compare branches** - Show commits in develop not in main - List changed files 3. **Create promotion** - Option A: Create PR (develop → main) - Option B: Direct merge (if configured) 4. **Tag release** (if --tag provided) - Create annotated git tag - Push tag to origin 5. **Monitor production deployment** - Watch Railway logs - Verify health c...
Promote verified staging changes to production environment.
/railway-deployer:promote [--tag v1.2.3]
Verify staging is healthy
Compare branches
Create promotion
Tag release (if --tag provided)
Monitor production deployment
develop (staging)
│
├── Verify staging healthy
│
├── Create PR or merge
│ │
│ ▼
└──────► main (production)
│
└── Tag release (optional)
Promoting staging → production...
Staging Health Check:
✓ Deployment: healthy
✓ Last deploy: 2 hours ago
✓ No errors in recent logs
Changes to promote:
- abc123 feat: add user dashboard
- def456 fix: resolve login timeout
- ghi789 docs: update API docs
Create PR for promotion? [Y/n] Y
✓ PR #42 created: develop → main
Title: "Release v1.2.3"
After PR is merged, run:
/railway-deployer:promote --tag v1.2.3
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-2 --plugin leanentropy-civax-cc-agents/syncBack-merges production branch changes into the development branch after a release, keeping branches synchronized.
/shipExecutes a complete feature shipping workflow from code to production deployment, including verification, staging, production deployment, and post-deployment checks.
/shipOrchestrates the final shipping gate: creates a PR, updates documentation, and merges with human approval. Supports dry-run, skip-docs, squash/preserve commit strategies, and session resume.
/shipRuns 8-phase shipping workflow: inventories changes, checklist, prepares artifacts, dry-run, executes PR/deploy/release, verifies, logs, and monitors post-ship. Supports --pr, --deploy, --release, --rollback flags.
/shipRuns the final ship pipeline: pre-flight checks, conventional commit, PR creation, CI verification, and rollback documentation. Supports --canary and --dry-run flags.
/promotePromotes project-scoped instincts to global scope, auto-detecting cross-project candidates or promoting a specific instinct by ID. Supports --dry-run and --force flags.