Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub arbazkhan971/godmodeHow 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...
/shipExecutes universal 8-phase shipping workflow for code, content, marketing, sales, research, or any project. Supports dry-run, auto-approve, force, rollback, monitor, type/target overrides, checklist-only, and iterations flags.
/shipExecutes full PR workflow from commit to production: pre-flight checks, PR creation, CI/review monitoring, merge, deployment, and validation with quality gates.
/shipShips branch to target (default main) via PR creation, documentation updates, and human-approved merge. Supports --dry-run, --skip-docs, --squash|--preserve flags.
/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 full feature shipping workflow: verifies readiness, runs checks, deploys to staging then production, verifies, and announces. Outputs formatted status summary.
/shipVerifies acceptance criteria and reviews, runs test suite, and delivers completed work for --phase, --milestone, --branch, or auto-detected scope.
Share bugs, ideas, or general feedback.
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