Loading...
Loading...
Create a PR for the current branch. Use when the user asks to create a pull request, submit PR, or says 'pr'.
npx skill4agent add lobehub/lobehub prcanarymaingit branch --show-currentgit rev-parse --abbrev-ref @{u} 2>/dev/nullgit log --oneline origin/canary..HEADgh pr list --head "$(git branch --show-current)" --json number,title,state,urlgit log --oneline origin/canary..HEADgit diff --stat --stat-count=20 origin/canary..HEADgit push -u origin $(git branch --show-current)git push origin $(git branch --show-current)gh issue list --search "<keywords>" --state all --limit 10gh pr create --base canary<gitmoji> <type>(<scope>): <description>.github/PULL_REQUEST_TEMPLATE.mdFixes #123Closes #123Fixes LOBE-xxxgh pr view --web.github/PULL_REQUEST_TEMPLATE.md✨ feat/🐛 fix