Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-2 --plugin leanentropy-civax-cc-agentsHow 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...
/syncBack-merges production (main) changes to development (staging) after release: loads config, verifies state, creates/pushes sync branch, rebases onto dev.
/shipExecutes full feature shipping workflow: verifies readiness, runs checks, deploys to staging then production, verifies, and announces. Outputs formatted status summary.
/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.
/shipShips branch to target (default main) via PR creation, documentation updates, and human-approved merge. Supports --dry-run, --skip-docs, --squash|--preserve flags.
/deployDeploys project safely through multi-gate pipeline: tests, build verification, staging deploy/verify, optional production promotion. Argument: staging|production.
/promotePromotes project-scoped instincts to global scope. Auto-detects cross-project candidates meeting confidence threshold or promotes specific instinct-id. Supports --dry-run and --force.
Share bugs, ideas, or general feedback.
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