Commit, push, and open a pull request in one command
Automates git commit, push, and PR creation with conventional commit formatting.
/plugin marketplace add leobrival/topographic-plugins-official/plugin install dev@topographic-plugins-officialgit statusgit diff HEADgit branch --show-currentgit log --oneline -10Check current branch
main or master, create a new branch firstfeat/add-feature)Stage all changes
git add .
Create commit
type(scope): descriptionPush to origin
git push -u origin <branch-name>
Create Pull Request
gh pr create --title "[Title]" --body "[Description]"
PR body should include:
# Basic usage
/commit-push-pr
# After implementing a feature
/commit-push-pr
gh CLI for PR creation/commit-push-prCommit, push, and open a PR
/commit-push-prCommit, push, and open a PR