Commit, push, and open a PR in one workflow
Automates the complete workflow of creating a feature branch, committing changes, pushing to remote, and opening a pull request with a standardized template. Use this when you're ready to share completed work for review without manually running multiple git and GitHub CLI commands.
/plugin marketplace add br-huang/claude-toolkit/plugin install commit-workflow@Dev-toolkitgit statusgit diff HEADgit branch --show-currentBased on the above changes:
gh pr create to create a pull request with:
## Summary
- [Brief description of change 1]
- [Brief description of change 2]
## Test Plan
- [ ] Verified [test case 1]
- [ ] Verified [test case 2]
---
*Generated with Claude Code*
You have the capability to call multiple tools in a single response. You MUST do all of the above in a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.
/commit-push-prCommit, push, and open a PR
/commit-push-prCommit, push, and open a PR