ship

Automate code release workflows with git operations, testing, and pull request creation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire process of releasing code, from merging to creating a pull request, ensuring consistency and reducing manual effort.

Core Features & Use Cases

  • Automated Git Workflow: Handles merging, testing, and committing changes.
  • Version Management: Automatically bumps version numbers and updates changelogs.
  • PR Generation: Creates pull requests with comprehensive summaries and review findings.
  • Use Case: A developer can initiate the /ship command to automatically prepare, test, and submit their code for review and merging, significantly speeding up the release cycle.

Quick Start

Run the ship skill to automate the code release process.

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 workflow for code releases?

You can automate your code release workflow by running a single command to handle merging, running test suites, bumping versions, updating changelogs, and creating pull requests. This reduces manual effort and ensures consistency across the release cycle.

How does automated pre-landing code review work before a pull request?

Automated pre-landing code review runs test suites and processes Greptile feedback before creating a pull request. This ensures your code is evaluated for issues and tested thoroughly, generating a pull request with comprehensive summaries and review findings.

Do I need GitHub CLI to automate pull request generation?

Yes, you need GitHub CLI to automate pull request generation. The workflow requires git, GitHub CLI, and specific test runners to manage git operations, run test suites, and submit pull requests with comprehensive summaries.

Can I automatically bump version numbers and update changelogs during a release?

Yes, you can automatically bump version numbers and update changelogs during a release. The automated workflow manages these updates alongside git merging and testing to prepare your code for a pull request.

What is the best way to streamline a CI/CD release process?

The best way to streamline a CI/CD release process is to automate the full workflow from merging to pull request creation. This approach handles version management and pre-landing reviews, significantly speeding up the release cycle while ensuring consistency.