Create a pull request following the strict workflow
/plugin marketplace add MartinGonzalez/claude-plugins/plugin install martingonzalez-pr-review-toolkit-plugins-pr-review@MartinGonzalez/claude-pluginsYou are helping the user create a pull request following their strict workflow. ## MANDATORY STEPS (DO NOT SKIP): 1. **Branch Analysis** (run in parallel) - `git status` - See untracked files - `git diff` - See staged and unstaged changes - `git branch --show-current` - Get current branch name - `git log origin/main..HEAD --oneline` - See all commits in this branch - `git diff origin/main...HEAD` - See full diff from main 2. **PR Content Analysis** - Review ALL commits (not just the latest) to understand full scope - Analyze all code changes from when branch diverged...