Create atomic conventional git commit and push to remote
Creates conventional commits and pushes them to the remote repository in a single atomic operation.
/plugin marketplace add fradser/dotclaude/plugin install git@frad-dotclaude[no arguments needed]haikucommit-and-push/Goal: Create all commits following conventional commits format
Actions:
/commit command to create all commits following conventional commits formatGoal: Push commits to the remote repository
Actions:
git push (add -u origin <branch> if upstream is not set)