What problem does it solve?
It removes the need for manual intervention when finishing a development branch, automating the entire sequence from committing changes to merging the pull request on the main branch.
Core Features & Use Cases
- End‑to‑end automation: Commits, pushes, creates a PR, attaches review URLs, stops dev servers, merges, and cleans up branches in a single run.
- Ticket integration: Updates board tickets via Board API or legacy Supabase MCP, adding review and preview URLs when configured.
- Environment handling: Supports Shopify, Vercel, or Coolify preview deployments and performs necessary post‑merge clean‑up steps.
- Use case: A developer finishing a feature branch named
T-123-fix-login can run the skill to ship the changes without any prompts or manual steps.
Quick Start
Run /ship on your feature branch to automatically commit, push, open a PR, merge it, and clean up.