Create PR with auto-generated title and description
/plugin marketplace add devstefancho/claude-plugins/plugin install devstefancho-pr-create-plugin-pr-create-plugin@devstefancho/claude-pluginsCreate a pull request by following these steps:
1. Run these commands in parallel to understand the current state:
- `git status` - Check branch status and tracking
- `git log origin/main..HEAD --oneline` - See commits that will be in the PR
- `git diff origin/main...HEAD` - See all changes compared to origin's main branch
2. Analyze all changes and commits to draft:
- PR title: Concise summary following the repo's commit message style
- PR body with this format:
3. Push current branch to origin with `-u` flag if needed
4. Create PR using:
5. Return the PR URL ...