ship

Orchestrate the software development lifecycle from testing to pull request.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/pegasus-isi/claude-plugin-marketplace --skill ship-pegasus-isi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/pegasus-isi/claude-plugin-marketplace/tree/main/plugins/pegasus-dev/skills/ship
Command: npx skills add https://github.com/pegasus-isi/claude-plugin-marketplace --skill ship-pegasus-isi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual overhead and cognitive load of managing a complex software development lifecycle, ensuring that every change is tested, reviewed, and deployed consistently.

Core Features & Use Cases

  • Automated Pipeline Orchestration: Coordinates unit testing, security reviews, and end-to-end pipeline execution in a single workflow.
  • Safety Guardrails: Enforces mandatory gates for human confirmation before critical actions like pushing code or launching long-running CI jobs.
  • Use Case: When you have finished a feature branch and want to merge it, use this skill to automatically run tests, perform a security review, push the code, and trigger the end-to-end pipeline before finally opening a pull request.

Quick Start

Invoke the ship skill to drive your current branch through the full development pipeline to a pull request.

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 from code review to CI/CD pipeline triggering?

To automate your git workflow, this Skill orchestrates unit testing, security reviews, and CI/CD pipeline execution in a single command, preparing your feature branch for a pull request. It coordinates the end-to-end software development lifecycle automatically.

What is the best way to run unit tests and security reviews before opening a pull request?

The best way to run tests and reviews before a PR is to use an automated pipeline orchestrator that enforces mandatory gates. This Skill coordinates unit testing and security reviews sequentially before pushing code and triggering the final deployment.

Does this CI/CD automation tool require integration with external platforms like GitLab?

Yes, this CI/CD automation requires integration with local git environments and external CI/CD platforms like GitLab to validate code changes and trigger end-to-end pipelines before final pull request submission.

Can I require human confirmation before pushing code or launching long-running CI jobs?

Yes, you can require human confirmation before pushing code or launching CI jobs. The Skill enforces safety guardrails with mandatory human-in-the-loop gates for critical deployment steps to prevent unintended pipeline executions.

When do I need to enforce human-in-the-loop gates in an automated software development lifecycle?

You need human-in-the-loop gates when managing critical actions like pushing code or launching long-running CI jobs. Enforcing these gates in an automated software development lifecycle prevents unintended deployments while maintaining testing consistency.