Reading through hundreds of GitHub issues to spot patterns, find workarounds, or understand what competitors are mentioned takes hours. This agent does it for you — it ingests your repository's issues into a knowledge graph, enriches them with AI analysis, and lets you ask questions in plain English to get instant answers.
| Tool | Description |
|---|---|
queryNeo4j | Runs read-only Cypher queries against the knowledge graph |
summarizeComments | Fetches and summarizes comments for a specific issue |
Issues are stored as nodes with rich relationships:
Runs automatically on startup. Set SYNC_MODE=schedule for incremental syncs (only fetches issues updated since the last run). Control scope with GITHUB_OWNER, GITHUB_REPO, and ISSUE_LIMIT build args in astropods.yml.