Documentation Index
Fetch the complete documentation index at: https://simili.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Automatic Issue Routing
Simili Bot intelligently routes issues to the correct repositories based on content and rules.How it works
- Rule Evaluation - Check against explicit routing rules
- LLM Analysis (optional) - Use AI for semantic routing
- Transfer - Move issue to target repository
- Prevent Loops - Avoid routing same issue multiple times
Example
New Issue in org/general:- Rule matches: “Route to auth repository”
- Issue transferred to:
org/authentication
Configuration
Two modes
Rule-based
Pattern matching on labels, title, body, author.- Fast (<100ms)
- Explicit control
- Predictable
LLM-based
AI understands issue semantics and repository descriptions.- Intelligent (<5s)
- Context-aware
- Flexible
Benefits
✅ Issues in correct repositories ✅ Better organization ✅ Reduced manual sorting ✅ Faster triageNext steps
Transfer rules configuration
Setup routing rules for your repositories

