Show HN: Semantic-diff – understanding intent, risk and impact behind Git diffs

https://github.com/tkenaz/semantic_diff
by mvyshnyvetska • 6 months ago
2 6 6 months ago

Hi HN — I built semantic-diff for myself, and it turned out surprisingly useful. Regular git diff shows what changed. semantic-diff tries to answer: – why was this change made? – what could break? – what should the reviewer focus on? It gives you a ranking from critical to low, with review questions prioritized. The funny part: I ran it on its own commits during development. The tool roasted me harder than any reviewer I've had ))) Runs locally, hooks into pre-push, also works as a GitHub Action. Would love feedback, especially from people doing code review at scale.

Related Stories

Loading related stories...

Source preview

github.com