Quick Start
Simili Bot v0.2.0 introduces a Zero-Config path. You can now get semantic duplicate detection and AI-powered triage running entirely within GitHub Actions without setting up an external vector database.1. Get your Gemini API Key
Simili Bot uses Google Gemini for analyzing issues.- Go to Google AI Studio.
- Create a new API key.
- Add it to your GitHub repository secrets as
GEMINI_API_KEY.
2. Create the workflow
Create a file at.github/workflows/simili-bot.yml in your repository:
3. Configuration (Optional)
By default, Simili Bot uses the GitHub Native search backend when no Qdrant URL is provided. To customize the behavior, create asimili.yaml file in your repository root:
Done! 🎉
Next time an issue is opened or edited, Simili Bot will automatically:- Search for similar issues using GitHub’s native hybrid search.
- Analyze potential duplicates using Gemini.
- Suggest labels and provide a quality assessment.
- Post a summary comment to the issue.
Next Steps
Advanced Setup
Scale to multiple repositories or use Qdrant for advanced semantic search.
Claude Code
Automate your pull request workflows and document synchronization.

