What problem does it solve?
It eliminates the manual, error-prone process of finishing a GitHub PR by syncing the base branch, committing and pushing changes, merging the PR, and verifying that CI is green.
Core Features & Use Cases
- End-to-end PR shipping flow: Detects repo state, syncs the base branch into the current branch, commits and pushes, opens the PR (or updates it), arms auto-merge, watches CI, and merges using the repo’s allowed merge strategy.
- CI failure recovery loop: Diagnoses CI failures from GitHub Actions logs, applies code fixes, reruns failed jobs, and stops after a bounded number of attempts to avoid endless loops.
- Post-merge housekeeping: Comments on the PR and synchronizes the main worktree by pulling the updated state back into the primary repo.
Quick Start
Use mp-ship with an optional base branch argument like "main" to merge your finished work and only proceed when CI is green.