Commits current changes (staged/unstaged) to a new branch if on main, pushes to origin, and creates a GitHub pull request via gh.
From commit-commandsnpx claudepluginhub ericgrill/agents-skills-plugins --plugin anthropic-commit-commands/commit-push-prCommits current changes (staged/unstaged) to a new branch if on main, pushes to origin, and creates a GitHub pull request via gh.
/commit-push-prCommits staged changes with conventional message, pushes current branch to origin, creates GitHub PR with auto-generated title, change summary, and issue links.
/commit-push-prCommits staged changes with conventional message, pushes current branch to origin, creates GitHub PR with auto-generated title, change summary, and issue links.
/commit-push-prCommits staged changes with message, pushes branch, creates PR, and optionally auto-merges after build/test/lint/security gates. Supports Node/Python/Go/Rust projects and flags like --merge/--squash/--rebase/--no-verify.
/commit-push-prCommits current changes (staged/unstaged) to a new branch if on main, pushes to origin, and creates a GitHub pull request via gh.
git statusgit diff HEADgit branch --show-currentBased on the above changes:
gh pr create