GitHub's PR Dashboard
GitHub shipped a new pull request dashboard that categorizes PRs into sections like "Needs review," "Needs action," and "Ready to merge" instead of a flat list.
This matters because reviewing code and writing code are different mindsets. The old interface forced you to switch between them constantly. Now you can batch: do all your reviews, then address feedback on your own PRs, then merge what's ready.
It also supports saved views, cross-repo search with autocomplete, and advanced filtering with AND/OR operators. Still in public preview but worth turning on in your GitHub settings.