ship

Automate deployment workflows with branch detection, tests, and pull request creation.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ship-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/gstack/ship
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ship-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment workflow for code ready to be pushed to production, saving time and reducing the likelihood of errors during the release process.

Core Features & Use Cases

  • Detect and Merge: Automatically detects and merges the base branch, ensuring code is up-to-date with the latest changes.
  • Run Tests: Executes tests to ensure the codebase is stable before deployment.
  • Review and Commit: Reviews changes and commits them with appropriate version bumps and changelogs.
  • Push and Create PR: Pushes code to the main branch and creates a pull request for review.
  • Use Case: When you want to ensure your code is ready for deployment, you can run this Skill to automate the process from start to finish.

Quick Start

Use the ship skill to deploy your changes 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 my git deployment workflow from testing to pull request?

You can automate your git deployment workflow by triggering a process that merges the base branch, runs tests, commits version bumps, and opens a pull request. This handles the complete release sequence to ensure code stability before production.

What is included in an automated code review and version bumping process?

An automated code review and version bumping process merges the latest base branch, runs tests, reviews changes, and commits them with appropriate version bumps and changelogs. It then pushes the code and creates a pull request for final approval.

Do I need bash and git permissions to automate pull request creation?

Yes, you need bash and git installed, along with appropriate permissions to push to the main branch. These dependencies are required to execute the scripts that automate the deployment workflow and create pull requests.

Can I execute tests and merge branches automatically before pushing to production?

Yes, you can automatically execute tests and merge branches before pushing to production. The workflow detects and merges the base branch to ensure your code is up-to-date, then runs tests to verify codebase stability before proceeding with the deployment.

What are the limitations of using scripts for deployment workflow automation?

Limitations of using scripts for deployment workflow automation include strict dependency on git and bash environments. Additionally, you must have explicit permissions configured to push to the main branch, or the automated pull request creation and version bumping will fail.