> ## Documentation Index
> Fetch the complete documentation index at: https://simili.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Simili Bot

> The AI-Native Issue Management Engine for GitHub

# The AI-Native Issue Management Engine

Simili Bot is a high-performance GitHub automation agent that transforms how you manage issues and pull requests. Powered by **Google Gemini** and **Anthropic Claude Code**, it brings semantic understanding to your development workflow.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/simili/M5FursZRocQdQNRe/images/hero-light.png?fit=max&auto=format&n=M5FursZRocQdQNRe&q=85&s=8ffea150973af105ebc654d9e0acbc71" alt="Simili Bot Hero" width="2064" height="1104" data-path="images/hero-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/simili/M5FursZRocQdQNRe/images/hero-dark.png?fit=max&auto=format&n=M5FursZRocQdQNRe&q=85&s=e627d8f232c801f012b6502ce85f65fd" alt="Simili Bot Hero" width="2064" height="1104" data-path="images/hero-dark.png" />
</Frame>

## Why Simili Bot?

Traditional issue trackers rely on exact keyword matches. Simili Bot understands the **intent** behind every issue.

<CardGroup cols={2}>
  <Card title="Zero-Config Semantic Search" icon="magnifying-glass" href="/getting-started/quick-start">
    Identify duplicates instantly using GitHub's native hybrid search API—no external database required.
  </Card>

  <Card title="AI-Powered Triage" icon="robot" href="/guides/auto-triage">
    Automatically label issues, assess description quality, and route problems to the correct team.
  </Card>

  <Card title="Claude Code Integration" icon="bolt" href="/guides/claude-code-workflows">
    Sync documentation with code changes and automate PR review checklists using Anthropic's Claude.
  </Card>

  <Card title="Auto-Closure" icon="circle-check" href="/guides/auto-close">
    Reduce noise by automatically closing confirmed duplicate issues after a custom grace period.
  </Card>
</CardGroup>

***

## Get Started Fast

<Steps>
  <Step title="Initialize">
    Add the Simili Bot GitHub Action to your repository.
  </Step>

  <Step title="Configure">
    Set your `GEMINI_API_KEY` and choose your search backend (GitHub Native or Qdrant).
  </Step>

  <Step title="Automate">
    Watch as Simili Bot handles the busy work of issue management for you.
  </Step>
</Steps>

<Card title="Quick Start Guide" icon="rocket" href="/getting-started/quick-start" color="#ff7300">
  Get Simili Bot running in your repository in under 2 minutes.
</Card>

***

## Tech Stack (v0.2.0)

Simili Bot is built for speed, accuracy, and scale.

* **Core**: Go 1.24 (Concurrent Pipeline Engine)
* **AI Engine**: Google Gemini (Embeddings + LLM) or OpenAI
* **Code Agent**: Anthropic Claude Code integration
* **Search Backends**: GitHub Native Hybrid Search / Qdrant / BM25
* **Deployment**: GitHub Actions / Docker / Standalone Binary

<div className="flex gap-2">
  <a href="https://github.com/similigh/simili-bot">
    <img src="https://img.shields.io/github/stars/similigh/simili-bot?style=social" alt="GitHub Stars" noZoom />
  </a>

  <img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License" noZoom />
</div>
