Back to News
Advertisement
ccpojer about 3 hours ago 4 commentsRead Article on github.com

DE version is available. Content is displayed in original English for accuracy.

Nowadays I review a lot of code locally that was written by llms. I used to review my own code using git + delta. It started to feel limiting with the amount of code written by llms.

When looking at a large diff on Friday I pointed an llm at diffs.com and trees.software and told it to build an app. It only took 16 minutes, is extremely fast for large diffs, beautiful and minimal.

Today I polished it up and added all the features that I need. It has file filters, search, an llm walkthrough mode, and review comments that you can paste back into your llm.

I will be using Codiff a lot, and can finally review the large diff from Friday that led me to build this If you like it, fork it!

Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 177 words in the discussion.

Trending Topics

#claude#code#review#comments#built#changes#leave#before#pushing#remote

Discussion (4 Comments)Read Original on HackerNews

realrocker•about 1 hour ago
:) We are all converging on the same problems and tooling to fix them.

Built this in the last couple days to review changes done by claude on a hetzner box(over tailscale on my phone) and leave comments before pushing to remote : https://github.com/livetemplate/prereview.

Runs everywhere and can has a claude skill: /prereview which starts a new instance for the current changes. Has a “Hand-off” button to signal claude to process the comments.

UI is responsive. I use it on my iphone with claude mobile app + /remote-control to leave comments before pushing.Still requires polish but core features work.

cpojer•about 1 hour ago
That’s awesome! I built this specifically as a GUI because it’s become too much code to effectively review in the terminal for me.
realrocker•about 1 hour ago
exactly. LLM code output is so high that it has become unreasonable to review the code in terminal or ide
Evan-Purkhiser•about 1 hour ago
Would love to see some screenshots in your readme of this!
realrocker•about 1 hour ago
Yeah the project is right out of the oven so will add some usage gifs shortly to the repo. Meanwhile here are some screenshots on imgur: https://imgur.com/a/zxZo651
usernametaken29•about 2 hours ago
Surprisingly enough this has just a few features the JetBrains diff view is lacking, notably file search… good ideas
sjhalani7•about 2 hours ago
That's awesome. Been reviewing code diffs on the IDE and it's been hard, so will check this out!
atmanactive•about 2 hours ago
... for MacOS.