ship

Automate code deployment by running tests, reviewing diffs, and creating a pull request.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/SoSoBurner/GStack --skill ship-sosoburner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/SoSoBurner/GStack/tree/main/ship
Command: npx skills add https://github.com/SoSoBurner/GStack --skill ship-sosoburner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Automated Deployment: Handles the deployment process from start to finish.
  • Test Execution: Runs tests to ensure code quality.
  • Code Review: Reviews code changes for potential issues.
  • Version Bumping: Automatically updates the version number and CHANGELOG.
  • Commit and Push: Commits changes and pushes them to the repository.
  • Pull Request Creation: Creates a pull request for the changes.
  • Use Case: Ideal for teams that want to streamline their deployment process and ensure code quality.

Quick Start

Run the /ship command to start the deployment process.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate my code deployment workflow from running tests to creating a pull request?

Automating your code deployment workflow involves detecting the base branch, running tests, reviewing diffs, bumping versions, updating the CHANGELOG, and committing changes to create a pull request. This streamlines continuous integration pipelines.

What is the best way to streamline continuous integration and deployment pipelines for team projects?

Streamlining CI/CD pipelines for team projects is best achieved by automating the end-to-end deployment process. This includes executing tests, reviewing code diffs, bumping versions, and pushing commits to automatically generate pull requests.

How does automated code review work within a deployment pipeline?

Automated code review within a deployment pipeline works by evaluating code diffs after tests are executed. It identifies potential issues before version bumping and CHANGELOG updates, ensuring code quality before committing and pushing changes to the repository.

Can I automatically bump version numbers and update CHANGELOGs during code deployment?

Yes, you can automatically bump version numbers and update CHANGELOGs during code deployment. The automation workflow handles these updates after reviewing diffs and before committing, pushing, and creating the pull request.

Does this automated deployment workflow require specific CI/CD platform dependencies?

No specific CI/CD platform dependencies are required. The deployment workflow operates independently using scripts to detect base branches, run tests, review diffs, bump versions, and push commits, making it suitable for various continuous integration environments.