# 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**](../INSTALL.md) | **Automated setup wizard & installation guide** | | [Getting Started](getting-started.md) | Detailed setup walkthrough | | [Configuration](configuration.md) | All configuration options | | [Agents](agents.md) | Detailed agent documentation | | [SECURITY](SECURITY.md) | Security best practices & scanning | | [API Reference](api-reference.md) | Client and agent APIs | | [Workflows](workflows.md) | Gitea workflow examples | | [Troubleshooting](troubleshooting.md) | Common issues and solutions | | [Enterprise](enterprise.md) | Enterprise features & compliance | | [CLAUDE](CLAUDE.md) | Claude Code integration guide | ## Quick Links - **🚀 Installation**: See [../INSTALL.md](../INSTALL.md) - Automated setup wizard - **⚙️ Configuration**: See [Configuration](configuration.md) - **🏢 Enterprise Features**: See [Enterprise](enterprise.md) - **🔧 Troubleshooting**: See [Troubleshooting](troubleshooting.md) ## Architecture Overview ``` ┌─────────────────────────────────────────────────────────────┐ │ Event Sources │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ PR Event │ │ Issue │ │ Schedule │ │ │ └────┬─────┘ └────┬─────┘ └────┬─────┘ │ └───────┼─────────────┼─────────────┼─────────────────────────┘ │ │ │ └─────────────┼─────────────┘ ▼ ┌───────────────┐ │ Dispatcher │ └───────┬───────┘ │ ┌─────────────┼─────────────┐ ▼ ▼ ▼ ┌───────────┐ ┌───────────┐ ┌───────────┐ │ Issue │ │ PR │ │ Codebase │ │ Agent │ │ Agent │ │ Agent │ └─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │ │ │ └──────────────┼──────────────┘ ▼ ┌─────────────────┐ │ Gitea API │ │ LLM Provider │ └─────────────────┘ ```