What problem does it solve?
Shipping code changes from development to review stages is error-prone and tedious. This skill automates the end-to-end process by chaining verification, staged commit, push, and optional PR creation and merge, ensuring guardrails are respected and workflows stay consistent.
Core Features & Use Cases
- Enforces quality gates before shipping: verification, linting, tests, and branch protections.
- Automates commit composition using Conventional Commits and scoped messages.
- Orchestrates push to origin and optional PR creation and merge, minimizing manual steps for developers on GitHub/GitLab workflows.
- Use Case: A developer finishes a feature, runs the ship command, and the system validates, commits, pushes, opens a PR, and merges when approved.
Quick Start
Instruct the AI to execute the full ship workflow on the current feature branch: verify, stage, commit with a conventional message, push to origin, and optionally create and merge a PR.