Create PR with generated title and description
/plugin marketplace add adeonir/claude-code-extras/plugin install adeonir-git-helpers-plugins-git-helpers-3@adeonir/claude-code-extrasbase-branch# Create PR Command Generate PR details and create the Pull Request directly via `gh` cli. ## Arguments - **No argument**: Auto-detect base branch (main > master > develop) - **`base-branch`**: Use specified branch as base for comparison ## Process 1. **Check gh cli availability**: If not available, stop and inform user to install `gh` cli or use `/details` instead. 2. **Detect base branch** (if not specified): 3. **Gather context** (run in parallel): 4. **Analyze changes**: - Review commits and diff to understand what changed - Base analysis solely on file cont...
/create-prStreamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.