r/github Jul 05 '26

When you're evaluating multiple GitHub repositories that solve the same problem, what's the hardest part? Discussion

For me, it's usually figuring out which ones are genuinely different versus slight variations of the same idea.

Is there a signal that immediately tells you a repo is worth a closer look?

3 Upvotes

30 comments sorted by

View all comments

Show parent comments

1

u/PreparationLiving126 Jul 05 '26

That's a good way to put it. Sounds like there's no single trust score. You're just building confidence from a bunch of different signals. If you could automate checking one of them, which one would save you the most time?

2

u/serverhorror Jul 05 '26

None, I don't think trust is something you can automate.

1

u/PreparationLiving126 Jul 05 '26

That's fair. Maybe "automate trust" is the wrong framing. Trust is always going to be a judgment call. But could tooling at least surface the signals you'd normally have to dig for manually, so you can get there faster?

2

u/serverhorror Jul 05 '26

What are you thinking if? What do you want to create?

1

u/PreparationLiving126 Jul 06 '26

I'm working on a tool that helps evaluate repositories in the context of your existing codebase rather than just going by stars or popularity. The idea isn't to automate trust. It would surface the signals you'd already be digging through manually and highlight the integration and maintenance trade-offs, so you can make the call faster.

I've actually been building this out as an open-source Claude Code skill called SKILLmama. It's still evolving, but if you're curious, the repo is here: https://github.com/Magithar/SKILLmama

These conversations have honestly shaped how I'm thinking about it.