Commit changes logically, push, and create/update PR with automated review trigger
/plugin marketplace add cameronsjo/claude-marketplace/plugin install core@cameronsjo[--open] [--draft] [--fix-markdown] [--skip-markdown] [--skip-untracked] [--protected-branches=...]# Claude Command: Ready Automates the complete workflow from committing changes to triggering automated PR reviews. ## Instructions Execute the claude-ready CLI tool with the provided arguments. **Step 1: Check if installed** If NOT_INSTALLED, show: **Step 2: Execute** The tool runs without interactive prompts - it will automatically create commits, push, and manage PRs. ## Command-Line Options - `--open`, `-o`: Open PR in browser after creation/update - `--draft`, `-d`: Create PR as draft (allows work-in-progress PRs) - `--fix-markdown`: Auto-fix markdown formatting issues befo...