| name | pr |
| description | Manage PRs (create/list/view) |
Context
- Branch: !
git branch --show-current
- Command: $ARGUMENTS
Task
Based on $ARGUMENTS, execute:
- create:
- Analyze
git log main..HEAD and git diff main...HEAD --stat
- Run
gh pr create --base main with summary/test plan body
- list: Run
gh pr list and display results
- view: Run
gh pr view for current branch's PR
- view --comments:
- Run
gh pr view --comments
- Analyze the feedback and share your opinion on how to address each comment
- Start discussion
- empty/unknown: Show available subcommands (create, list, view)