ship

Automate testing, adversarial review, changelog generation, and pull request creation.

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/yocxy2/gstack3 --skill ship-yocxy2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/yocxy2/gstack3/tree/main/ship
Command: npx skills add https://github.com/yocxy2/gstack3 --skill ship-yocxy2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the entire release process by automating the complex sequence of testing, reviewing, versioning, and deploying code, ensuring consistency and reducing human error.

Core Features & Use Cases

  • Automated Pipeline: Handles the full lifecycle from merging branches and running tests to updating changelogs and creating PRs.
  • Adversarial Review: Integrates multi-model security and quality checks to catch edge cases and vulnerabilities before code lands.
  • Use Case: When a feature branch is ready, use this Skill to perform a comprehensive pre-landing review, generate a versioned changelog, and open a production-ready PR in one motion.

Quick Start

Invoke the ship skill to run the full deployment pipeline and create a pull request for the current branch.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate the end-to-end deployment and PR workflow for my feature branch?

Automate the end-to-end deployment and PR workflow by invoking the pipeline to run tests, perform adversarial code review, generate a changelog, and open a production-ready pull request in one motion.

What is adversarial code review in a CI/CD pipeline?

Adversarial code review in a CI/CD pipeline integrates multi-model security and quality checks to catch edge cases and vulnerabilities before code lands, ensuring rigorous quality gates are met.

Do I need GitHub CLI or GitLab CLI to automate pull request creation?

Yes, you need GitHub CLI or GitLab CLI along with git and configured adversarial review tools to execute the full validation pipeline and automate pull request creation.

Can I use this automated release management pipeline with my existing testing framework?

Yes, the automated release management pipeline handles the full lifecycle from merging branches and running tests to updating changelogs and creating PRs, applying to engineering workflows requiring standardized deployment procedures.

What's the best way to generate a versioned changelog during a deployment?

Generate a versioned changelog during deployment by running the automated pipeline, which handles the full lifecycle from testing and reviewing code to updating changelogs and creating pull requests.