Autoship banner
Maleick Maleick

Autoship

Git community

Description

--- name: autoship description: Start AutoShip orchestration — reads GitHub issues, dispatches agents, verifies, creates PRs, and merges platform: opencode trigger: - "start autoship" - "run autoship" - "autoship start" - "/autoship" --- # AutoShip — Autonomous GitHub Issue → PR Pipeline AutoShip reads open GitHub issues, dispatches AI agents to implement them, verifies the work, and auto-merges successful PRs. ## Quick Start ``` Run: /autoship ``` ## What It Does 1. **Reads** open

Installation

Installs to ~/.claude/skills/maleick-autoship-autoship/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maleick-autoship-autoship && curl -fsSL https://raw.githubusercontent.com/Maleick/AutoShip/HEAD/commands/autoship.md -o ~/.claude/skills/maleick-autoship-autoship/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository