Projects with this topic
Sort by:
-
Arun K / ai-code-reviewer
CI/CD Catalog (unpublished)AI Code Reviewer for GitLab CI — An automated, LLM-powered code-review system that runs inside GitLab CI on every Merge Request. The reviewer analyzes changed files using Azure OpenAI, detects bugs, code smells, risky patterns, and quality issues, and generates structured HTML/JSON reports stored in CI artifacts.
All review logic is contained inside the ci/ folder, and the .gitlab-ci.yml pipeline securely fetches only the MR target branch to perform the analysis. No external servers or deployments required — the entire review happens within GitLab CI.
Updated -
AzureOpenAI Telegram Bot for chatting
Updated