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://github.com/WasmEdge/WasmEdge/pull/2394#issuecomment-1497819842">https://github.com/WasmEdge/WasmEdge/pull/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://github.com/WasmEdge/WasmEdge/pull/2428#issuecomment-1524733889">https://github.com/WasmEdge/WasmEdge/pull/2428#issuecomment-...</a>
See potential problems #1 for its proposed changes <a href="https://github.com/second-state/wasmedge-quickjs/pull/82#issuecomment-1498299630">https://github.com/second-state/wasmedge-quickjs/pull/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://github.com/flows-network/review-any-pr-with-chatgpt">https://github.com/flows-network/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.