Add slash command /pr:open to list open PRs with useful information#772
Add slash command /pr:open to list open PRs with useful information#772jhuttana wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/assign @rioliu-rh @tomasdavidorg |
|
I'm not sure this brings any additional value. It's essentially another layer that wraps gh pr list --author @me --label bug --limit 10Our existing /pr:approve and /pr:lgtm commands make sense because they add automation (posting comments), but this just duplicates functionality that's already readily available. |
|
TBH, cc can recognize |
|
@tomasdavidorg and @rioliu-rh : Just a finding, looks like even the current PR commands (/pr:lgtm and /pr:approve) are just thin wrappers around "gh pr comment", which doesn't add much value since users can just run gh pr comment --body "/lgtm" directly. |
because AI agent does not know how to use our CI plugin. it only can add label for a PR with option |
|
@jhuttana: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Adds a new Claude Code slash command that provides an interactive way to
list and filter pull requests in the repository using the GitHub CLI.
Features:
The command wraps 'gh pr list' with a user-friendly interface, making it
easier to review PRs during development workflows.