This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.
Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.
Rules:
1: All Lemmy rules apply
2: Do not post low effort posts
3: NEVER post naziped*gore stuff
4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.
5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)
6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist
7: crypto related posts, unless essential, are disallowed
Hi there, using intellij but I can’t seem to find an Ai code review, what tools are you using?
On GitHub, after you make a PR go up to the URL. Right after the pr number add .diff
This will give you a full pr diff. Paste that into what LLM you’re using. I usually prompt with something like
“You’re a senior web engineer. Give this PR a review being aware of modern code practices and syntax. Try to uncover possible bugs. Give 3 to 5 actionable suggestions.”
There’s probably a way to do this in the tools, I’ve just found this works.
Thanks 🙏