Automate the complete PR preparation workflow from any branch state to published package.
/plugin marketplace add dansasser/claude-code-marketplace/plugin install dansasser-pr-prep-plugins-pr-prep@dansasser/claude-code-marketplace# Prepare PR Automate the complete PR preparation workflow from any branch state to published package. ## What This Command Does 1. **Detects** your environment and project type (Python or Node.js) 2. **Validates** CI workflow exists (creates one if missing) 3. **Analyzes** git state (uncommitted, unstaged, unpushed changes) 4. **Checks** lock file consistency 5. **Runs** local CI (lint, type, test, build) with smart error recovery 6. **Commits** changes if needed 7. **Pushes** to remote 8. **Creates** detailed PR with Mermaid diagrams ## Usage ## Options - `--no-push` - Run local C...