Settings

Theme

Show HN: Commit-based code review instead of PR-based

commitguard.ai

15 points by moshetanzer 2 months ago · 4 comments · 1 min read

Reader

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

Larrikin 2 months ago

What about developers that work via stashes and local history until they are ready to PR their work as a whole?

nabongo 2 months ago

Hello world

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection