This repository demonstrates how to integrate AI Review — an open-source automated code review tool — with a local LLM powered by Ollama.
It shows how to run fully local AI code reviews directly inside your CI/CD pipeline (e.g. GitHub Actions) —
- ✅ without API tokens,
- ✅ without sending code to external services,
- ✅ and completely for free.
The demo includes:
- 🔧 Minimal AI Review configuration (.ai-review.yaml)
- ⚙️ GitHub Actions workflow with a local Ollama service
- 🤖 Example review results (inline comments + summary)
- 💡 This setup works entirely offline — your code never leaves the repository, and the review is generated by a local LLM model (e.g. mistral, llama3, or phi3).
If you want to learn more about advanced configuration, custom prompts, or integration with other CI systems (GitLab, Jenkins, Bitbucket), see the AI Review documentation.