#341 · Primary category: AI Coding Assistants
AI-Codereview-Gitlab
GitLab automated code review tool based on LLMs (DeepSeek, OpenAI, etc.); supports DingTalk/WeCom/Feishu message push and daily report generation; Docker deployment; visual dashboard.
Project last updated:07/23/26
GitHub Stars
1.8K
Forks
402
Contributors
27
License
Apache-2.0
Why we included this project
This project hooks into a GitLab instance through webhooks and runs LLM review on every merge request and push, posting results as notes directly on the MR or commit, so developers stay inside the review thread instead of a separate tool. Model support spans DeepSeek, OpenAI, Anthropic, ZhipuAI, Qwen, and Ollama, which is useful for teams that must standardize on one vendor or run everything behind a firewall. Beyond the review pass, it can route results to DingTalk, WeCom, or Feishu, build daily progress reports from GitLab, GitHub, or Gitea commit history, and keep a dashboard of review records with project and developer statistics. An optional agentic mode hands the model read_file and sandboxed shell tools to explore the cloned repository for a deeper pass, falling back to a plain diff review if anything fails. Teams already on GitLab who want review feedback woven into their existing workflow should find this straightforward to try.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.