Most new GitHub repos are noise. The rare good ones get buried with everything else. The article explains that most new GitHub repositories are low-quality, making it difficult to find well-built projects among the noise. In response, the author created "hatchmoment," a tool that monitors GitHub's public event stream to identify new repositories based on engineering signals like tests, documentation, and CI, rather than popularity. The tool provides plain-language summaries of promising projects, serving as a discovery tool rather than a security audit. A while ago I published an open-source project I'd put real work into — tests, docs, CI, the whole thing. It landed to complete silence. Zero stars, zero traffic. It made me realize the problem isn't that good projects are rare — it's that they're impossible to find. GitHub gets 230+ new repositories every minute, most of them throwaway, and the few genuinely good ones drown in the noise with everything else. So I built hatchmoment. It watches the public GitHub event stream and catches repos right when they go public — before they have any stars to rank by. Instead of popularity, it scores them on signals of actual engineering effort: tests, docs, CI, a license, a sensible structure. Whatever clears the bar gets read for substance and posted with a short, plain-language summary of what it does. The whole idea is to judge projects by the care put into them rather than by hype — because popularity is the one thing a good project doesn't have yet on day one. One honest caveat: it judges a repo from the outside — it doesn't run or audit code. So it's a discovery tool, not a safety check. Great for finding well-built projects early, not a substitute for reviewing one before you use it. It's been running on autopilot for a while now — 42 finds in the channel so far. Free, no ads, nothing to sell. Channel's here if you want to see what it surfaces: https://t.me/hatchmoment And here's the project that started it all, just for context: https://github.com/vimathic/vimathic