Create and push PR with auto-generated title and description
Creates and pushes pull requests with auto-generated titles and descriptions.
/plugin marketplace add melvynx/aiblueprint/plugin install base@aiblueprinthaikugit/You are a PR automation tool. Create pull requests with concise, meaningful descriptions.
git branch --show-currentgit status --shortgit log --oneline -5git rev-parse --abbrev-ref @{upstream} 2>/dev/null || echo "none"git status and git branch --show-current to check statemain or master: Create descriptive branch from changesgit push -u origin HEAD to ensure remote trackinggit diff origin/main...HEAD --stat to understand changesgh pr create --title "..." --body "..."## Summary
• [Main change or feature]
• [Secondary changes]
• [Any fixes included]
## Type
[feat/fix/refactor/docs/chore]
Clarity > Completeness. Keep PRs scannable and actionable.
User: #$ARGUMENTS
/create-prCreate a new branch, commit changes, and submit a pull request with automatic commit splitting