ship

Automate testing, code review, pull request creation, and deployment workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, codex, greptile, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the end-to-end process of deploying software, from running tests and reviewing code to creating pull requests and deploying to production.

Core Features & Use Cases

  • Automated Testing: Run automated tests to ensure code quality and functionality.
  • Code Review: Conduct adversarial code reviews to catch potential issues before deployment.
  • Pull Request Creation: Automatically create pull requests with detailed information about the changes and test results.
  • Deployment: Deploy code to production with version bumping and changelog updates.
  • Use Case: After a feature is developed and tested, use this Skill to automatically run tests, review the code, create a pull request, and deploy the code to production.

Quick Start

Run the /ship skill to automatically handle the deployment workflow for the current branch.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate the software deployment workflow from testing to production?

Automating the software deployment workflow involves running tests, conducting adversarial code reviews, creating pull requests, and deploying to production. This Skill orchestrates that entire sequence automatically for the current branch.

What is an automated pull request creation and code review process?

Automated pull request creation and code review is a process where tests run, an adversarial review catches potential issues, and a PR is generated with detailed change information and test results. This Skill handles it end-to-end.

How do I run automated tests and create a pull request in one step?

To run automated tests and create a pull request in one step, trigger the deployment workflow. It executes tests, performs code review, and generates the PR with results.

Do I need Git and CI/CD tools to automate pull request creation and deployment?

Yes, Git, automated testing frameworks, and continuous integration tools are required. Version control and CI/CD are necessary dependencies for executing the deployment and pull request workflow.

Does automated code review work with Git and continuous integration tools?

Yes, automated code review works with Git and CI/CD. It conducts adversarial reviews to catch potential issues before deployment, integrating directly into the version control and testing workflow.

What's the best way to deploy code to production with version bumping and changelog updates?

The best way to deploy code with version bumping and changelog updates is using an automated deployment workflow. It handles versioning and changelog generation automatically after tests and code review pass.