Commit staged changes, push to remote, and create a pull request
Commits staged changes, pushes to remote, and creates a pull request with auto-generated title
npx claudepluginhub cloudai-x/claude-workflowoptional PR title or description hintgit branch --show-currentgit remote show origin 2>/dev/null | grep 'HEAD branch' | cut -d' ' -f5 || echo "main"git status --shortgit diff --cachedgit diffgit log @{u}..HEAD --oneline 2>/dev/null || echo "No upstream branch"git log --oneline -5Execute the full git workflow:
gh pr create
If any step fails, stop and report the issue.
$ARGUMENTS
/commit-push-prCommit, push, and open a PR
/commit-push-prCommit, push, and open a PR