Commit, create bookmarks, push, and create PRs in one workflow
/plugin marketplace add jeffh/claude-plugins/plugin install jj@jeffh-claude-pluginsclaude-sonnet-4-5# Commit, Push, and Create PRs You are tasked with executing the complete workflow from uncommitted changes to open pull requests. This command orchestrates three separate operations in sequence: 1. **Commit** - Describe changes with proper commit messages (`/jj:commit`) 2. **Bookmark** - Create bookmarks for the stack (`/jj:create-bookmarks`) 3. **Push & PR** - Push to origin and create/update pull requests (`/jj:create-prs`) ## Process ### Phase 1: Assess Current State Gather all information upfront: Identify: - How many commits are in the stack - Which commits need descriptions -...
/commit-push-prCommit, push, and open a PR