TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ChatGPT-powered code review bot to boost your PR merge. Deploy in 5 mins

1 点作者 3Sophons将近 2 年前

1 comment

3Sophons将近 2 年前
I’m excited to share an serverless code review bot I built that uses ChatGPT to automatically review PRs, summarize commits and spot issues.<p>Deploy it in your GitHub repos in 5 minutes with no servers to manage. Say goodbye to wasted developer time and boost community contributions. The future of code review is automated, and it’s here!<p>See 2 examples: Example 1: Analyze the content and risks of each commit in the PR. Then make a summary. <a href="https:&#x2F;&#x2F;github.com&#x2F;WasmEdge&#x2F;WasmEdge&#x2F;pull&#x2F;2394#issuecomment-1497819842">https:&#x2F;&#x2F;github.com&#x2F;WasmEdge&#x2F;WasmEdge&#x2F;pull&#x2F;2394#issuecomment-...</a> Example 2: Review the source code files in the PR one by one, analyze possible risks, and summarize the changes this time. It even gives suggested improvements to the code! <a href="https:&#x2F;&#x2F;github.com&#x2F;WasmEdge&#x2F;WasmEdge&#x2F;pull&#x2F;2428#issuecomment-1524733889">https:&#x2F;&#x2F;github.com&#x2F;WasmEdge&#x2F;WasmEdge&#x2F;pull&#x2F;2428#issuecomment-...</a> See potential problems #1 for its proposed changes <a href="https:&#x2F;&#x2F;github.com&#x2F;second-state&#x2F;wasmedge-quickjs&#x2F;pull&#x2F;82#issuecomment-1498299630">https:&#x2F;&#x2F;github.com&#x2F;second-state&#x2F;wasmedge-quickjs&#x2F;pull&#x2F;82#iss...</a> If you want this bot to try to review the PR you are interested in first, welcome to use our public playground. <a href="https:&#x2F;&#x2F;github.com&#x2F;flows-network&#x2F;review-any-pr-with-chatgpt">https:&#x2F;&#x2F;github.com&#x2F;flows-network&#x2F;review-any-pr-with-chatgpt</a><p>The functions code is open source - check it out and let us know your feedback. You can also write a function of your own in minutes.