git-ship
Installation
SKILL.md
Commit PR CI Merge
Full commit-to-merge flow with CI bypassed via GitHub Actions API.
Workflow
1. Detect repo → 2. Disable workflows → 3. Branch → 4. Commit → 5. Push → 6. PR → 7. Merge → 8. Re-enable workflows → 9. Cleanup
Steps
1. Detect Repository
Extract owner and repo from git remote:
gh repo view --json owner,name --jq '[.owner.login, .name] | @tsv'