Describe the feature or problem you’d like to solve
The newly released gh pr edit command requires passing the PR number. This conflicts with the UX of other pr commands, like gh pr view, which finds related PRs for the current branch.
Proposed solution
Make gh pr edit lookup the PR for the current branch, and only require an explicit argument if none is found. This would unify the experience.