From godmode
Runs 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.
How this command is triggered — by the user, by Claude, or both
Slash command
/godmode:shipgodmode/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /godmode:ship Structured 8-phase shipping workflow. Inventories changes, runs pre-ship checklist, prepares artifacts, performs dry-run, executes the ship (PR/deploy/release), verifies, logs, and monitors post-ship. ## Usage ## What It Does 1. **Inventory** — Catalog all changes (commits, files, features, deps) 2. **Checklist** — Run pre-ship checks (tests, lint, security, docs) 3. **Prepare** — Rebase, build, generate changelog 4. **Dry Run** — Simulate deployment/PR without executing 5. **Ship** — Create PR, deploy, or tag a release 6. **Verify** — Check CI status, smoke tests, hea...
Structured 8-phase shipping workflow. Inventories changes, runs pre-ship checklist, prepares artifacts, performs dry-run, executes the ship (PR/deploy/release), verifies, logs, and monitors post-ship.
/godmode:ship # Full 8-phase shipping workflow
/godmode:ship --pr # Create a pull request
/godmode:ship --deploy staging # Deploy to staging
/godmode:ship --deploy production # Deploy to production
/godmode:ship --release 1.2.0 # Create a tagged release
/godmode:ship --skip-checklist # Skip pre-ship checklist (not recommended)
/godmode:ship --rollback # Roll back last deployment
/godmode:ship --status # Show status of last shipment
.godmode/ship-log.tsvAfter ship: /godmode:finish to clean up the branch, or /godmode for next feature.
/godmode:ship --pr # Create a pull request
/godmode:ship --deploy staging # Deploy to staging first
/godmode:ship --release 2.0.0 # Tag and release
/godmode:ship --rollback # Undo last deploy
npx claudepluginhub arbazkhan971/godmode/shipShips code, content, or any deliverable through a structured 8-phase workflow with dry-run, rollback, and monitoring options.
/shipRuns the final ship pipeline: pre-flight checks, conventional commit, PR creation, CI verification, and rollback documentation. Supports --canary and --dry-run flags.
/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.
/shipperRuns tests, generates a changelog, bumps the version, and creates a pull request to ship working code. Accepts arguments to trigger specific ship, release, or deploy steps.
/shipExecutes a complete feature shipping workflow from code to production deployment, including verification, staging, production deployment, and post-deployment checks.
/shipRuns the complete ship pipeline: test, lint, commit, push, and open a pull request.