ship

Automate repository shipping workflows with branch operations, tests, and pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire shipping workflow, including detecting and merging the base branch, running tests, reviewing diffs, bumping version, updating CHANGELOG, committing, pushing, and creating pull requests.

Core Features & Use Cases

  • Automated Workflow: Simplifies the complex process of shipping code with a single command.
  • Integration with Version Control: Seamlessly integrates with Git to manage version control operations.
  • Test Automation: Runs tests automatically to ensure code quality before shipping.
  • Pull Request Creation: Automatically creates pull requests with comprehensive documentation.
  • Use Case: When you want to push changes to the main branch and create a pull request with all the necessary documentation and test results.

Quick Start

Run the command 'ship it' to start the shipping workflow.

Frequently Asked Questions about ship

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

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

Automating the shipping workflow requires executing a single command to trigger branch operations, test execution, code review, version control updates, and pull request creation sequentially. This Skill coordinates these steps automatically to push changes.

What is included in an automated code shipping workflow?

An automated code shipping workflow includes detecting and merging the base branch, running tests, reviewing diffs, bumping the version, updating the CHANGELOG, committing, pushing, and creating documented pull requests.

Do I need git and codex installed to automate my pull request creation?

Yes, you need git and codex installed and accessible. The automated shipping workflow requires access to the repository and the ability to execute commands like git and codex to manage version control and code review operations.

How do I ensure code quality before pushing changes to the main branch?

To ensure code quality before pushing changes, the shipping workflow runs test automation automatically and reviews diffs before committing. This validates code integrity and generates comprehensive documentation for the pull request.

Can I use a single command to update my changelog and version control?

Yes, you can use a single command to update your changelog and version control. The workflow automatically bumps the version, updates the CHANGELOG, and handles committing and pushing the changes to your repository.

What are the limitations of automating version control updates and test execution?

Limitations include requiring direct repository access and command execution capabilities for git and codex. It is intended strictly for software development and deployment workflows, meaning it cannot operate outside repository environments.