ship

Solid

Pre-merge release pipeline: run tests, auto-scaled code review, version bump, changelog generation, git tag, push or PR. Auto-detects branch context (direct push on main, PR on feature branch). Scales review depth by diff size. Flags: --fast, --full, --no-bump, --no-tag, --dry-run, patch/minor/major.

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# zuvo:ship Prepare and push a release. Tests, version bump, changelog, tag, and push — auto-scaled by diff size. ## Argument Parsing Parse `$ARGUMENTS` for these flags: | Argument | Effect | |----------|--------| | _(no flags)_ | Auto-scaled pipeline based on diff size | | `--fast` | Force fast path: tests + bump + push only (skip all review) | | `--full` | Force full pipeline: tests + review + design-review + coverage + bump + push | | `--no-bump` | Skip version bumping (hotfixes, chores) | | `--no-tag` | Skip git tag creation | | `--dry-run` | Show what would happen without executing | | `patch` / `minor` / `major` | Explicit bump type (overrides auto-detection) | Flags can be combined: `zuvo:ship --fast --no-tag`, `zuvo:ship minor --no-tag` ## Mandatory File Loading Read each file below using the Read tool. Print the checklist with status before proceeding. Do not proceed from memory. ``` CORE FILES LOADED: 1. ../../shared/includes/env-compat.md — READ/MISSING 2. ../../shared/includes/codesift-setup.md — READ/MISSING 3. ../../shared/includes/run-logger.md — READ/MISSING 4. ../../shared/includes/retrospective.md — READ/MISSING 5. ../../shared/includes/knowledge-curate.md — READ/MISSING 6. ../../shared/includes/knowledge-prime.md — READ/MISSING 7. ../../shared/includes/no-pause-protocol.md — READ/MISSING (HARD: no mid-pipeline pauses) ``` If any file is missing: proceed in degraded mode. Note which files are unavailable in the Phase ...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category