ship

Automate pre-push verification, security scans, and PR creation with Git and GitHub CLI.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/SyloRei/claude-godmode --skill ship-sylorei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/SyloRei/claude-godmode/tree/main/skills/ship
Command: npx skills add https://github.com/SyloRei/claude-godmode --skill ship-sylorei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual pre-push checks and PR creation are error-prone and time-consuming; this Skill automates the end-to-end verification and PR workflow to ensure code ships confidently.

Core Features & Use Cases

  • Run canonical quality gates: typecheck, lint, tests, and build checks across projects
  • Verify requirements match and perform a security scan to catch issues early
  • Clean up commits, push a feature branch, and create a PR to streamline shipping
  • Use cases include multi-language repositories and CI/CD pipelines requiring standardized ship workflows

Quick Start

Run the ship skill to verify all gates, clean up commits, push a branch, and open a PR.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate pre-push quality gates and PR creation?

Automate pre-push quality gates and PR creation by running a workflow that verifies typecheck, lint, tests, and build requirements, then cleans up commits and pushes a branch with an auto-generated PR.

Can I use automated ship workflows for multi-language repositories?

Yes, you can use automated ship workflows for multi-language repositories. The process applies canonical quality gates and security scans across diverse projects to ensure standardized PR creation.

What is the best way to enforce CI/CD quality checks before pushing a branch?

The best way to enforce CI/CD quality checks before pushing is to automate end-to-end verification, running typecheck, lint, tests, and security scans to catch issues early and ship code confidently.

Does the automated PR workflow work with Git and GitHub CLI?

Yes, the automated PR workflow works with Git and GitHub CLI. It uses these tools to clean up commits, push the feature branch, and automatically create the pull request.

Why do I need security scans and commit cleanup in my shipping workflow?

You need security scans and commit cleanup in your shipping workflow to catch vulnerabilities early and maintain a standardized commit history before pushing a branch and opening a PR.