ReviewTriage
ReviewTriage is a web app (with GitHub/GitLab integration) that automatically assigns and prioritizes pull requests based on code ownership, recent file touch history, on-call rotations, and reviewer workload. Instead of generic CODEOWNERS rules that create bottlenecks, it builds a living “expertise map” from your repo activity and team structure, then routes PRs to the smallest viable set of reviewers. It also flags risky PRs (large diffs, cross-cutting changes, missing tests) and suggests splitting strategies, but it does not try to replace human review. The product focuses on one painful reality: reviews stall because nobody knows who should review, and the right people are overloaded. Expect some setup friction (permissions, mapping teams), but once configured it reduces review latency and makes review load visible and fair. It’s an AI + traditional app: AI for expertise inference and risk scoring; deterministic rules for routing.