ship

Orchestrate end-to-end shipping workflows with chained quality gates and release preparation.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/cc-plugin-suite --skill ship-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/lasswellt/cc-plugin-suite/tree/main/skills/ship
Command: npx skills add https://github.com/lasswellt/cc-plugin-suite --skill ship-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship workflow addresses the complexity of releasing software by enforcing a safe, end-to-end release process with gated quality checks and automated release preparation, reducing risk of incomplete releases.

Core Features & Use Cases

  • Chained quality gates and phase sequencing.
  • Release preparation including versioning, changelog, and artifacts.
  • Suitable for teams adopting CI/CD that require auditable releases.

Quick Start

Run the ship workflow to orchestrate chained quality gates and a release-ready process.

Frequently Asked Questions about ship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce mandatory quality gates in my CI/CD release workflow?

Mandatory quality gates in a CI/CD release workflow are enforced by orchestrating staged reviews and non-skippable phase sequencing. This prevents incomplete software releases by ensuring completeness checks are passed before progression.

What is the best way to automate versioning and changelog generation for software releases?

Automating versioning and changelog generation for software releases is best handled by an end-to-end shipping workflow that collects metrics and outputs a release-ready plan. This packages version updates and changelogs automatically during release preparation.

How do you orchestrate staged reviews across multiple branches before a release?

Staged reviews across branches are orchestrated by enforcing strict phase sequencing and applying audit logging throughout the delivery pipeline. This chained workflow guarantees that every branch undergoes completeness checks before release packaging.

Can I skip a quality gate if I need to push an urgent software release?

Quality gates cannot be skipped during software delivery. The workflow enforces non-skippable phase sequencing and mandatory completeness checks to reduce the risk of incomplete releases, even during urgent deployments.

Does the release management workflow support audit logging for compliance?

Audit logging is supported and enforced during the release management workflow. It records the software delivery pipeline's chained quality gates and phase sequencing, providing an auditable trail for compliance.

Why do I need an end-to-end shipping workflow for release preparation?

An end-to-end shipping workflow is needed to address the complexity of releasing software safely. It orchestrates quality gates and release preparation to output a release-ready plan including version, changelog, and artifacts, reducing release risk.