A lightweight Chrome extension that connects to GitLab API and OpenAI GPT API to assist with reviewing Merge Requests more efficiently and intelligently.
- 🔗 Connects directly to your GitLab Merge Requests (it works on self hosted gitlab too)
- 🤖 Uses GPT to review and suggest improvements in code
- ⏱ Saves time by summarizing and analyzing code changes
- 💬 Generates smart comments for MR discussions
- 🧪 Lightweight and easy to set up
- A GitLab account with API access
- Aval AI API key (for GPT access)
- Google Chrome
- Clone the repository
- pnpm i
- pnpm build
- navigate to this address in chrome: chrome://extensions/
- enable Developer mode in top right corner
- click on Load unpacked button
- upload dist folder.
