ship

Automate deployment and merge workflows in version-controlled repositories.

7|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/borkweb/skills --skill ship-borkweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/borkweb/skills/tree/main/skills/gstack/ship
Command: npx skills add https://github.com/borkweb/skills --skill ship-borkweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment and merge workflow, ensuring that code changes are merged, tested, and reviewed efficiently and safely.

Core Features & Use Cases

  • Automated Deployment: Handles base branch detection, merge, test execution, and version bumping.
  • Test Execution: Runs tests on merged code to ensure stability.
  • Review Process: Integrates with the review skill for detailed code inspection.
  • Use Case: Ideal for developers looking to streamline the deployment process, especially for projects with complex workflows and multiple contributors.

Quick Start

Run /ship to automatically merge your changes, run tests, and create a pull request.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate deployment and merge workflow in GitHub?

Automated deployment and merge workflows are handled by detecting the base branch, merging changes, running tests, and bumping versions. You can trigger the entire pipeline by running the /ship command.

What's the best way to run automated tests before merging a pull request?

Automated test execution is integrated directly into the merge workflow. After merging your code changes, the Skill runs tests on the merged result to ensure stability before proceeding with version bumping and pull request creation.

Do I need GitHub CLI and git installed to automate my merge workflow?

Yes, git, GitHub CLI (gh), and bash are required dependencies to automate the deployment and merge workflow. These tools provide the necessary version control and command-line environment for executing deployment scripts.

Can I integrate code review into an automated deployment pipeline?

Code review integration is supported within the deployment pipeline. The Skill connects with a review process to perform detailed code inspection, ensuring changes are reviewed efficiently before finalizing the merge.

How does version bumping work in an automated merge workflow?

Version bumping occurs automatically after code changes are merged and tests pass successfully. This ensures the repository version reflects the latest stable merged code within the deployment pipeline.

When should I not use an automated merge and deployment workflow?

Automated deployment workflows may not suit projects lacking established test suites or those requiring manual intervention for complex merge conflicts. It is ideal for multi-contributor projects needing streamlined, safe integration.