What problem does it solve?
This Skill removes the friction of manually committing changes, opening a PR, running an optional quality gate, merging to main, and cleaning up the feature branch by automating the end-to-end delivery pipeline.
Core Features & Use Cases
- End-to-end branch delivery: Commits all uncommitted work on the current feature branch, creates and submits a PR, and merges it into main.
- Optional quality gate enforcement: Runs the review-pr gate only when review-pr.bypass is false, halting on block/escalate.
- Evidence + learning capture: Records PR/merge outcomes and triggers distill in the background, then captures distill results in ship evidence.
- Automatic cleanup & validation: Switches to main, pulls latest, deletes the feature branch, and verifies scenario acceptance criteria.
Quick Start
Run the ship play while you are on your feature branch to automatically commit, open a PR, optionally enforce review-pr, merge into main, update your checkout, and delete the feature branch.