AI Code Review Workflow Documentation
Enterprise-grade AI code review system for Gitea with automated issue triage, PR review, and codebase analysis.
📚 Documentation
| Document | Description |
|---|---|
| Installation | Automated setup wizard & installation guide |
| Getting Started | Detailed setup walkthrough |
| Configuration | All configuration options |
| Agents | Detailed agent documentation |
| SECURITY | Security best practices & scanning |
| API Reference | Client and agent APIs |
| Workflows | Gitea workflow examples |
| Troubleshooting | Common issues and solutions |
| Enterprise | Enterprise features & compliance |
| CLAUDE | Claude Code integration guide |
Quick Links
- 🚀 Installation: See ../INSTALL.md - Automated setup wizard
- ⚙️ Configuration: See Configuration
- 🏢 Enterprise Features: See Enterprise
- 🔧 Troubleshooting: See Troubleshooting
Architecture Overview
┌─────────────────────────────────────────────────────────────┐
│ Event Sources │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ PR Event │ │ Issue │ │ Schedule │ │
│ └────┬─────┘ └────┬─────┘ └────┬─────┘ │
└───────┼─────────────┼─────────────┼─────────────────────────┘
│ │ │
└─────────────┼─────────────┘
▼
┌───────────────┐
│ Dispatcher │
└───────┬───────┘
│
┌─────────────┼─────────────┐
▼ ▼ ▼
┌───────────┐ ┌───────────┐ ┌───────────┐
│ Issue │ │ PR │ │ Codebase │
│ Agent │ │ Agent │ │ Agent │
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘
│ │ │
└──────────────┼──────────────┘
▼
┌─────────────────┐
│ Gitea API │
│ LLM Provider │
└─────────────────┘