Loading...
Loading...
Automate PR creation and merging. Commits uncommitted changes, creates a PR targeting main, waits for CI/CD checks, and squash merges on success. Triggers on: ship it, ship this, create and merge pr, ship pr, merge to main.
npx skill4agent add curiouslycory/skills ship-itgit branch --show-currentgit remote -vgh auth statusgh auth logingit status --porcelainmainmaingit add <file1> <file2> ...git add -Agit add .git diff --cached --statgit diff --cachedmainfeat/add-user-validationfix/null-pointer-in-parserfeat/fix/chore/refactor/git checkout -b <branch-name>git push -u origin HEADgh pr view --json number,url 2>/dev/nullgit log main..HEAD --onelinegh pr create --base main --title "<title>" --body "<body>"gh pr checksgh pr merge --squash --delete-branchgit checkout maingit pull origin maingit branch -d <branch-name>gh