ship

Automates code shipping into deployment-ready pull requests via Git, tests, and policy checks.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill ship-analog-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/Analog-Labs/pixelport-launchpad/tree/main/.agents/skills/gstack/ship
Command: npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill ship-analog-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end shipping workflow for code changes, coordinating base-branch merges, test execution, diff review, version bumps, changelog updates, commits, pushes, and PR creation to streamline production-ready releases.

Core Features & Use Cases

  • Automates merging the base branch and running the full test suite to validate changes before release.
  • Bumps VERSION, updates CHANGELOG, commits, and creates a pull request to expedite ship-ready deployments.
  • Proactively suggests next steps when code is ready or deployment considerations arise, reducing manual coordination.

Quick Start

Initiate a full ship: merge the base branch, run tests, review diffs, bump VERSION, update CHANGELOG, commit, push, and open a PR.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate git workflow steps for a pull request?

Automate git workflows for a pull request by coordinating base-branch merges, test execution, diff reviews, and version bumps to generate deployment-ready PRs.

Does this CI/CD automation handle changelog updates and version bumps?

Yes, this CI/CD automation handles changelog updates and version bumps. It executes these steps deterministically before committing and pushing code to create a pull request.

What is the best way to ship code fast after passing local tests?

The best way to ship code fast is automating end-to-end release workflows. It merges the base branch, runs the full test suite, reviews diffs, and opens a PR.

Can I use automated pull request workflows for any feature branch?

Yes, you can use automated pull request workflows for any feature branch. The process applies to any feature work requiring automated merging, test validation, and PR creation.

How does the shipping workflow suggest next steps for deployment?

The shipping workflow suggests next steps for deployment proactively. It provides recommendations when code is ready or when specific deployment considerations arise during the process.