目前看起来,与 AI 进行结对编程,逐渐成为程序员实践的潮流.
比如我在编写 k8s / nginx / 脚本 设置一些测试代码,都在使用 AI 辅助
实测效果不错。
那在 AI 辅助 code review 这个领域呢? 可否使用 git diff + AI pipeline 完成 AI code review 呢?
还请有过实践经验的大拿指教
1
Soora 83 天前
像这样的想法已经有人做了: https://github.com/mattzcarey/code-review-gpt
|
2
huangyezhufeng 83 天前
产品都很多了,自己在很多项目都已经在用了: https://github.com/shenxiangzhuang/bleuscore/pull/49
|
3
Ricky123 OP @huangyezhufeng 牛啊,看着很先进了。不过由于合规性,我们不允许使用 GitHub ,可惜了
|
4
yb2313 83 天前
github 的 coderabbit 就是啊, 免费的, 嘎嘎用
|
5
zjh7890 83 天前
@Ricky123 我的做法是用 idea 插件,针对 commit 生成 code review 的 prompt ,里面包含了 diff 信息,然后把 prompt 拷到任意 ChatGPT 获取 通义千问里面 review ,好处是不用 api ,不费 token 钱
|
7
zjh7890 83 天前
|
8
zjh7890 83 天前
![pic]( https://imgur.com/yVFpssv)
|
9
zjh7890 83 天前
|
10
0o0O0o0O0o 83 天前
最近在 github 提 PR 时已经遇到了几次 coderabbitai 了,体验还不错
|
11
foolishcrab 82 天前 via iPhone
我所在的公司和参与的开源项目都接入类似的东西了,结论是 凡事被动自动生成的东西,最终都会被主动屏蔽掉
|
12
noahlias 82 天前
我几天前提的一个 pr 就有类似的 bot 了
https://github.com/langfuse/langfuse-python/pull/832 |
13
unco020511 82 天前
现在 github pr 评论区好多 bot
|