Context
- •Branch: !
git branch --show-current - •Command: $ARGUMENTS
Task
Based on $ARGUMENTS, execute:
- •create:
- •Analyze
git log main..HEADandgit diff main...HEAD --stat - •Run
gh pr create --base mainwith summary/test plan body
- •Analyze
- •list: Run
gh pr listand display results - •view: Run
gh pr viewfor 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
- •Run
- •empty/unknown: Show available subcommands (create, list, view)