📦 中文文档 • 💻 Usage • 🔧 Installation
A Chrome extension which reviews Pull Requests using ChatGPT or Dify
- 💡 ChatGPT or Dify
- 📦 Support GitHub/GitLab/Gitee
- ⚡️ Support multiple languages
- 🛠️ Configurable rules
- Navigate to a GitHub Pull Request or GitLab Merge Request that you want a review for.
- Click the extension icon
- You get code review comments from ChatGPT in the popup window
- Clone this repository
- Install the dependencies
yarn install
- Run the build script
yarn build
- Navigate to
chrome://extensions
- Enable Developer Mode
- Click the 'Load unpacked' button and navigate to the
build
directory in the project