Hacker News new | ask | show | jobs
Show HN: Commit-based code review instead of PR-based (commitguard.ai)
15 points by moshetanzer 165 days ago
Hi HN,

I’m experimenting with commit-based code review as an alternative to PR-based review.

Instead of analyzing large PR diffs, this reviews each commit incrementally, while context is still fresh. It’s fully configurable and intentionally low-noise, high signal - focused on catching issues that tend to slip through and compound over time.

The goal isn’t to replace CI or PR review, but to move some feedback earlier:

risky changes hidden in small diffs

architectural or consistency drift

performance or security footguns

Happy to answer questions

2 comments

What about developers that work via stashes and local history until they are ready to PR their work as a whole?
Yip this won’t help them. Though I sure help there aren’t a lot of them ;)
Hello world
Hey.