클릭 한번으로 Github PR을 ChatGPT에게 리뷰받기
Get Your GitHub PR Reviewed by ChatGPT with Just One Click (English version below)
코드 리뷰를 제공하는 많은 도구들이 있지만, Open API 연결이나 GitHub 권한 부여 등 사전에 처리해야 할 것들이 많아서 불편하더라구요.
그래서, "어떻게 하면 이런 과정 없이 클릭 한 번으로 코드 리뷰를 ChatGPT에 맡길 수 있 을까?" 고민했어요. GitHub 페이지에서 PR 제목과 본문, 그리고 git diff를 가져와 이를 사전에 설정된 프롬프트로 ChatGPT에 전달하면 되지 않을까 생각해봤어요.
그 결과, 아래와 같은 Chrome 확장 프로그램을 만들게 되었어요.
👉👉 다운로드받으러 가기
프로젝트는 오픈 소스로 공개되어 있으니 많이 사용해보시고, 피드백도 주시면 감사하겠습니다! 기여도 언제나 환영합니다😊
👉👉 기여하러가기
Get Your GitHub PR Reviewed by ChatGPT with Just One Click
There are many tools available for code review, but they often require setting up an Open API connection, granting GitHub permissions, and dealing with other pre-configuration steps that can be inconvenient.
So, I thought, “How can I make code reviews as simple as one click, without all these processes?” My idea was to take the PR title, description, and git diff directly from the GitHub page and pass it to ChatGPT with a pre-set prompt.
As a result, I created this Chrome extension.
👉👉 download
This project is open source, so feel free to use it and share your feedback. Contributions are always welcome! 😊
👉👉 Contribute