ship

Automate code deployment with branch merge, tests, review, versioning, and pull requests.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/miko06/MedicineSimulator --skill ship-miko06
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/miko06/MedicineSimulator/tree/main/.opencode/skills/gstack-ship
Command: npx skills add https://github.com/miko06/MedicineSimulator --skill ship-miko06

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, CI/CD tools, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire ship workflow, from detecting and merging the base branch to running tests, reviewing diffs, bumping the version, updating the CHANGELOG, committing, pushing, and creating a pull request.

Core Features & Use Cases

  • Automated Workflow: Handles the entire ship workflow with minimal manual intervention.
  • Branch Management: Detects and merges the base branch automatically.
  • Test Execution: Runs tests to ensure code quality.
  • Code Review: Reviews code diffs to ensure no issues before merging.
  • Version Control: Bumps the version number and updates the CHANGELOG.
  • Commit and Push: Commits changes and pushes them to the main branch.
  • Pull Request Creation: Automatically creates a pull request with the necessary details.
  • Use Case: For developers looking to streamline their deployment process and reduce the manual steps involved in shipping code changes.

Quick Start

Use the ship skill to initiate the ship workflow for your code changes.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate a git pull request workflow from branch merge to version bump?

Automating a git pull request workflow involves detecting and merging the base branch, running tests, reviewing diffs, bumping the version, updating the CHANGELOG, committing, pushing, and creating the PR automatically.

What is a ship workflow for automated code deployment?

A ship workflow for code deployment is an automated process that manages branch merging, test execution, code review, version control updates, and pull request creation to streamline shipping code changes.

Do I need git and CI/CD tools to automate my code review and deployment process?

Yes, you need git and associated CI/CD tools to automate your code review and deployment process, as these are required dependencies for repository management and automated workflow execution.

Can I run automated version bumping and CHANGELOG updates in both interactive and automated modes?

Yes, automated version bumping and CHANGELOG updates support both interactive and automated workflows, allowing you to handle code deployment either through manual prompts or fully automated pipelines.

What's the best way to streamline code deployment and reduce manual shipping steps?

The best way to streamline code deployment is to implement an automated ship workflow that handles branch detection, test execution, diff review, version bumping, committing, pushing, and PR creation in one continuous process.

Why does my automated pull request workflow require a code diff review before merging?

An automated pull request workflow requires a code diff review to ensure no issues exist before merging, maintaining code quality by verifying changes automatically before they are committed and pushed to the main branch.