Codex App: show all open pull requests for a selected repository
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What variant of Codex are you using?
Codex App (Pull Requests tab)
What feature would you like to see?
Would it be possible to add an All open scope to the Pull Requests tab that shows every open pull request for a selected repository, including pull requests that are not currently assigned to me and do not currently request my review. This is similar to how it works in https://www.onorca.dev/.
This would prevent open work from becoming invisible when reviewer assignment metadata changes. A common team workflow is:
- A developer opens a pull request in a repository where a team is configured through
CODEOWNERS. - I am not added as an individual reviewer, but I am a member of the team responsible for the code.
- Another developer gets to the pull request first and comments or reviews it.
- The team review request is removed or no longer causes the pull request to appear in my personal Pull Requests view.
- The pull request remains open, but I cannot discover it from the Codex Pull Requests tab.
The same problem occurs whenever someone simply forgets to assign me. I also sometimes want to see work that another teammate has already started reviewing so I can understand what is active in the repository, avoid duplicating work, or provide another review.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Codex App Pull Requests tab and trace how the selected repository's pull requests are loaded and filtered. Compare the current assigned/review-request scope with the requested repository-wide scope. Done means the tab can show every open pull request for the selected repository, including unassigned and already-reviewed items.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100