ship

Automate merge, test, review, and deployment workflows with Git and CI/CD.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, code review tool, deployment tool, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The ship Skill automates the entire software deployment workflow, streamlining the process from merging code to deploying it, saving time and reducing errors.

Core Features & Use Cases

  • Merge and Push: Automates the process of merging a base branch, running tests, and pushing code to the main branch.
  • Code Review: Integrates with code review tools to review diffs and manage pull requests.
  • Deployment: Automates the deployment of code to production environments.
  • Use Case: When you want to deploy a new feature or fix a bug in your software, the ship Skill can automate the process, ensuring everything is merged, tested, and deployed correctly.

Quick Start

Run the 'ship it' 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 code review and deployment workflows in Git?

Automating code review and deployment workflows uses Git commands to merge a base branch, run tests, review diffs via code review tools, and push code to the main branch for production deployment.

Can I use CI/CD pipelines to automate merging and testing before production deployment?

Yes, CI/CD pipelines can automate merging and testing before production deployment. The workflow integrates Git version control to merge branches, runs tests automatically, and deploys code to production environments.

What's the best way to streamline pull request reviews and continuous deployment?

Streamlining pull request reviews and continuous deployment involves integrating code review tools to review diffs and manage pull requests, automating the transition from successful review to production deployment.

Do I need specific tools to automate software deployment from merge to production?

Automating software deployment from merge to production requires Git commands, code review tool integration, and deployment tool access to execute the workflow correctly within your version control system.

How do I start the deployment automation process for a new feature or bug fix?

Starting the deployment automation process for a new feature or bug fix involves running the 'ship it' command, which triggers the automated sequence of merging code, running tests, reviewing, and deploying.

Why should I automate the software deployment workflow instead of deploying manually?

Automating the software deployment workflow instead of deploying manually saves time and reduces errors by streamlining the entire process from merging code to deploying it across CI/CD pipelines.