Ship branch - commit, push, and create PR
Commits staged changes, pushes the branch, and creates a GitHub PR with generated title and body.
/plugin marketplace add ariaxhan/kernel-plugin/plugin install kernel@kernel-marketplaceCommit remaining work, push branch, create PR.
Check state
git status --short
git branch --show-current
git log origin/main..HEAD --oneline
If on main → Error: "Cannot ship from main. Create a branch first."
If uncommitted changes
git add -APush branch
git push -u origin $(git branch --show-current)
Create PR
gh pr create --fill
Report
<type>(<scope>): <description>
- Change 1
- Change 2
Co-Authored-By: Claude <noreply@anthropic.com>