DEV Community

Mohit || Dev
Mohit || Dev

Posted on

I was tired of OSS PRs going nowhere — so I built a tool that tells you what to work on and how to solve it

I was tired of OSS PRs going nowhere — so I built a tool that tells you what to work on and how to solve it

Tags: opensource github webdev productivity


I've been contributing to open source for a while now.

And for a long time, my workflow looked like this:

  1. Browse GitHub issues for an hour
  2. Pick something that looks doable
  3. Spend a weekend on it
  4. Submit the PR
  5. Wait
  6. ...still waiting
  7. Move on feeling defeated

Sound familiar?

The problem was never the code. It was that I had no system for picking the right work.


The real problems nobody talks about

When you're contributing to open source, there are three invisible problems killing your momentum:

1. Issue selection is a black box
You pick something that looks interesting. But you have no idea if the maintainer is even active, if someone else is already working on it, or if this type of PR ever gets merged in this repo.

2. Competition is higher than you think
Those "good first issue" tags? Everyone sees them. By the time you finish, three others have already submitted. You never had a chance.

3. You don't know when to submit
Maintainers are humans with schedules. Submitting at the wrong time means your PR gets buried before it's even seen.


So I built AlgoMerge

🔗 algomerge.vercel.app

It's a contribution command center that solves all three problems.

Here's what it actually does:

🔮 Merge Probability Score

Before you even start working, AlgoMerge shows you the probability that a PR in this repo will get merged — based on maintainer patterns, repo behavior, and PR state. No more guessing.

🏆 Competition Score

See how contested an issue is before you claim it. Low competition + active maintainer = high value work.

🎯 Issue Fit Discovery

It matches issues to YOUR stack and bandwidth. Not just "beginner friendly" — actually relevant to what you know and how much time you have.

🤖 AI Analysis + Implementation Plan

For each issue, you get an AI-generated breakdown of the problem AND a step-by-step implementation plan. So you walk in already knowing exactly what to do.

⚡ Actionable Queue

A ranked list of exactly what to work on next — built from your real contribution data and repo signals.


How it works

  1. Connect GitHub — one click, takes 2 minutes
  2. Import your context — PR history, issue patterns, repo data pulled automatically
  3. Get your queue — ranked, prioritized, ready to ship

No config. No spreadsheets. Just signal.


Who it's for

  • Developers who contribute regularly and want to maximize impact
  • Students building their OSS portfolio and need a smarter starting point
  • Engineers who've had PRs ignored and want to stop wasting weekends

Try it free

🔗 algomerge.vercel.app

Free to try. Sign in with GitHub and you're up in under 2 minutes.

I'd love brutal feedback from this community — what would make this actually useful for how you contribute? Drop it in the comments 👇

Top comments (0)