Back to browse
PullMaster – Recommends code reviewers from your repo history

PullMaster – Recommends code reviewers from your repo history

by justinko·Feb 26, 2026·2 points·0 comments

AI Analysis

●●●BangerSolve My ProblemBig Brain

Smarter than CODEOWNERS: workload-aware, expertise-aware, zero-config reviewer suggestions.

Strengths
  • Solves a genuine friction point that CODEOWNERS doesn't address (workload balancing, recency, risk-aware routing)
  • Zero configuration approach—learns from repo history automatically, no maintenance burden
  • Risk-aware routing (expert reviewers for critical PRs) is a clever heuristic that CODEOWNERS can't express
Weaknesses
  • GitHub-only; no GitLab, Gitea, or Gitpea support limits addressable market
  • Effectiveness depends entirely on healthy Git history and blame patterns
Target Audience

Engineering teams using GitHub who struggle with reviewer assignment and CODEOWNERS management

Similar To

GitHub CODEOWNERS · GitKraken reviewer suggestion features

Post Description

I've been a developer for 20+ years and reviewer selection has been a recurring problem at every company I've worked at. Either you're a CODEOWNER getting spammed on every PR, or you're in Slack trying to find someone who actually knows the code you changed. CODEOWNERS is too coarse — it maps paths to people, but doesn't account for who's available, who reviewed this author before, or who actually touched these files recently.

I built PullMaster to fix this. It's a GitHub App that analyzes your repo's actual history and recommends the best reviewer for each PR. It adapts to the risk level of each change, so critical PRs surface experienced reviewers while routine ones get distributed across the team.

Install the GitHub App and comment `@pullmaster-ai suggest` on a PR to get a recommendation with an explanation, or `@pullmaster-ai assign` to also request the review automatically. No configuration needed — it learns from your repo as soon as it's installed.

It's free. I'd use it at my day job but being in a heavily regulated industry without SOC 2 makes that a non-starter, so I'm looking for early users and feedback. Happy to answer questions about how it works.

https://www.pullmaster.ai

Similar Projects

Developer Tools●●Solid

Codaholiq, AI automations for GitHub repositories

GitHub Actions wrapper for AI workflows with cost analytics, but Copilot already automates PRs.

Solve My ProblemNiche Gem
NeuroFunky
233mo ago