-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration Options
Tmob edited this page Feb 4, 2025
·
1 revision
# ✨ How Intellizzer Works
## Code Review Process
1. **Pull Request Detection**
- Monitors new and updated pull requests
2. **File Filtering**
- Applies configured file exclusion rules
- Focuses on relevant code changes
3. **AI Analysis**
- Sends code snippets to OpenAI's API
- Generates intelligent review comments
- Provides constructive feedback
4. **Notification Delivery**
- Posts comments directly on GitHub pull request
- Optionally sends Telegram notifications
## AI Model Capabilities
- Advanced language understanding
- Context-aware code analysis
- Adaptive learning
## Supported Review Types
- Code quality assessment
- Best practice recommendations
- Potential bug detection
- Performance optimization suggestions