Create a pull request to dev
Creates a pull request to dev branch with AI-generated title and description.
/plugin marketplace add horuz-ai/claude-plugins/plugin install core@horuzgit/git branch --show-currentgit status --shortdev, staging, or main: Stop → "Use /branch first."/commit first."git fetch origin
git log origin/dev..HEAD --oneline
gh pr view --json url
git push -u origin {branch}
Analyze commits to generate:
{type}: {summary} (max 72 chars)## Summary
[2-3 sentences about what and why]
## Changes
- [Key change 1]
- [Key change 2]
## Type
- [ ] ✨ Feature
- [ ] 🐛 Bug fix
- [ ] 🧹 Chore
## Testing
- [ ] Tested locally
gh pr create --base dev --title "{title}" --body "{body}" --reviewer nelsonrosa3
Show the PR URL when done.