Commit staged changes, push to remote, and create a pull request
Commit staged changes, push to remote, and create a pull request. Use when you want to complete a full git workflow in one step.
/plugin marketplace add CloudAI-X/claude-workflow/plugin install project-starter@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