Issue & PR Triage
Claude classifies issues by type, priority, and duplicates. Labels applied automatically.
8 pillars of autonomous repository management — triage, CI healing, code fixes, enforcement, and more.
GitWire is a self-hosted GitHub App that runs on your infrastructure. It connects to your GitHub account via a GitHub App and uses AI (Claude) to automate repository management tasks.
| Metric | Count |
|---|---|
| Pillars | 8 |
| API Endpoints | 102 |
| Database Tables | 36 |
| Background Workers | 9 |
| Dashboard Pages | 12 |
graph LR
GH[GitHub] -->|Webhook| API[GitWire API]
API --> Q[Redis Queues]
Q --> W1[Triage Worker]
Q --> W2[CI Heal Worker]
Q --> W3[Fix Worker]
Q --> W4[Maintainer Worker]
W1 -->|Labels| GH
W2 -->|Patch PR| GH
W3 -->|Fix PR| GH
API --> DB[(PostgreSQL)]
API --> DASH[Dashboard]Head to the Installation Guide to set up GitWire, or jump straight to a specific pillar from the sidebar.