ship

Coordinate Git release workflows from tests to pull request creation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship automation unifies the release workflow: it detects base changes, runs tests, bumps versions, updates changelogs, commits, pushes, and opens a PR.

Core Features & Use Cases

  • End-to-end release orchestration: detect, test, version bump, changelog, commit, push, and PR creation.
  • Proactive release guidance: suggests the right next steps when code is ready for deployment.
  • Use Case: When a feature is ready, trigger the ship workflow to produce a ready-to-merge PR and changelog updates.

Quick Start

Initiate the ship workflow to automatically complete base-detection, testing, version bumps, changelog updates, commits, and PR creation.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate git release workflows with version bumps and changelog updates?

Automating git release workflows is achieved by detecting the base branch, running tests, bumping versions, updating changelogs, committing, and opening a PR. This sequence ensures a ready-to-merge release without manual intervention.

What is the best way to create an automated PR when a feature is ready?

Creating an automated PR is done by triggering the ship workflow, which detects base changes, runs tests, updates versioning, and commits changes. It proactively guides release steps and produces a ready-to-merge pull request.

Does this release automation run tests before committing and pushing code?

Yes, release automation runs tests before committing and pushing code. It enforces a specific sequence where base detection and test execution occur prior to version bumps, changelog updates, and final PR creation.

Can I use this for CI version management in software projects with Git-based release processes?

Yes, you can use this for CI version management in Git-based release processes. It applies to software projects requiring coordinated branch updates and version bumps to streamline deployment readiness.

How do I trigger the workflow to open a pull request and update changelogs?

To trigger the workflow to open a pull request and update changelogs, initiate the ship command. This automatically completes base-detection, testing, version bumps, changelog updates, commits, and PR creation.