ship

Automate release orchestration by merging changes, running tests, and creating a PR.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Engineers ship changes manually, which is error-prone and slow. The Ship skill automates the end-to-end release workflow so teams deploy reliably and faster.

Core Features & Use Cases

  • End-to-end release automation: Detect base branch, run tests, merge changes, bump VERSION, update CHANGELOG, commit, push, and create PR.
  • Versioning and changelog updates: Keeps releases consistent across teams, timestamps, and changelog entries aligned with commits.
  • Proactive guidance: Proactively invoke this skill when code is ready or deployment is requested.

Quick Start

Ask the agent to run /ship after your code is ready, or invoke it directly with a command like 'ship' to start the automated release workflow.

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 orchestration from code changes to pull request?

Git release orchestration is automated by detecting the base branch, running tests, merging changes, bumping the VERSION, updating the CHANGELOG, and creating a PR using Bash and agent tools.

What's the best way to automate changelog updates and version bumping for deployments?

Automating changelog updates and version bumping is handled during the release workflow by aligning timestamps and changelog entries with commits, keeping releases consistent across teams.

Does automated release orchestration work with standard git and bash workflows?

Automated release orchestration works with standard git and bash workflows by using agent tools to orchestrate git operations, versioning, changelog updates, and PR creation without extra dependencies.

Can I trigger a pull request creation automatically when code is ready to ship?

Pull request creation can be triggered automatically by asking the agent to run the release workflow, which proactively engages to ship code when deployment is requested or code is ready.

What steps are needed to push changes to main and create a PR safely?

To push changes to main and create a PR safely, the workflow detects the base branch, runs tests, merges changes, bumps the VERSION, updates the CHANGELOG, commits, pushes, and creates the PR.