This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
OpenMergeLens
Local AI pull-request reviews without another GitHub bot
Run Codex, Claude Code, or a compatible reviewer on your machine. OpenMergeLens finds requested reviews, validates inline findings, and posts them to GitHub. No App, webhook, workflow YAML, or hosted service.
No comment highlights available yet. Please check back later!
About OpenMergeLens on Product Hunt
“Local AI pull-request reviews without another GitHub bot”
OpenMergeLens was submitted on Product Hunt and earned 3 upvotes and 1 comments, placing #94 on the daily leaderboard. Run Codex, Claude Code, or a compatible reviewer on your machine. OpenMergeLens finds requested reviews, validates inline findings, and posts them to GitHub. No App, webhook, workflow YAML, or hosted service.
OpenMergeLens was featured in Open Source (68.7k followers), Artificial Intelligence (475.9k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 154.5k products, making this a competitive space to launch in.
Who hunted OpenMergeLens?
OpenMergeLens was hunted by Jr. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how OpenMergeLens stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
Hey Product Hunt,
I built OpenMergeLens because I wanted automated AI review on the PRs waiting
for me, without asking every repository to install another bot or commit
workflow YAML.
OpenMergeLens is an MIT-licensed CLI that runs on your machine. It uses the
GitHub CLI accounts and repositories you explicitly select, then works with a
reviewer you already use: Codex, Claude Code, or a compatible MCP-enabled
command. Run it on demand or schedule it during setup. There is no
OpenMergeLens GitHub App, webhook, tunnel, or server.
The safety path I wanted for my own reviews:
- `openmergelens --dry-run` performs the inspection with zero GitHub mutations
- live runs validate inline anchors against the real diff and move anything
unanchored into the summary
- constrained read-only inspection is scoped to the selected PR and
repository; incomplete coverage is retried once, then fails closed without
posting
- reviews are non-binding comments; OpenMergeLens never approves a PR or
requests changes automatically
Each repository gets an editable review prompt. Explicit corrections stay
scoped to one reviewer identity and repository. Polls with results also create
private local HTML reports you can open from the desktop notification or with
`openmergelens report`; the reports contain outcomes and PR metadata, not
diffs, findings, review bodies, credentials, or tokens.
OpenMergeLens itself has no hosted service, account system, analytics, or
telemetry. PR content is still processed by the AI provider you choose and is
subject to that provider’s privacy, retention, and billing terms.
Try the safe path:
I’d love blunt feedback on the trust model. What would make you comfortable or
uncomfortable letting a local scheduler review on your behalf?