ce-ship-release
SolidCut a gated release decision for a verified plan — derive the semver bump + changelog from shipped features, assemble rollback-readiness, propose the tag and notes. Owns CHANGELOG.md; refuses GO over unverified work; never pushes, tags a remote, or deploys. Triggers: cut a release, decide a version bump, draft a changelog or release notes. Writes the CHANGELOG; /ce-ship-document writes user-facing docs.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- relusion
- Repository
- relusion/vg-sdlc-claude-plugins
- Created
- 2 weeks ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
ce-ship-document
Generate user-facing documentation — README, getting-started/usage guide, API/interface reference, configuration — grounded in the plan's VERIFIED behavior, every example run not narrated. Never writes the versioned CHANGELOG.md (that is /ce-ship-release's). Triggers: write or regenerate user-facing docs, a README, or API/usage reference. To VALIDATE that a reader can follow an existing doc (not write one), use /ce-doc-audit.
ship
Release pipeline for already-done local work. Dispatches /ground-state pre-flight, runs the project test suite, drafts a commit message, pushes, and opens a PR with a structured verification summary. Use when local changes are ready to hand off to review — e.g. 'ship this', 'push and open a PR', 'release this work'. Add --verify to trigger an adversarial verifier wave on the diff before a human reads the PR.
lifecycle-ship
Senior DevOps phase that gates release readiness, source-of-truth handoff, PR/CI state when configured, rollback, and waivers.