What problem does it solve? Manually reviewing a backlog of GitHub issues is slow and error-prone, especially when maintainers need to quickly identify critical bugs, closable duplicates, and unanswered questions across dozens of issues. ## Core Features & Use Cases - Parallel Issue Analysis: Launches one independent background task per issue so failures never cascade and results stream in real time. - Exhaustive Pagination: Uses the bundled gh_fetch.py script to fetch every issue and PR within a configurable time window via the GitHub CLI. - Structured Triage Report: Categorizes each issue as critical, closable, auto-respondable, needs-investigation, feature backlog, or needs-info, then generates a final comprehensive Markdown report with draft responses. - Use Case: A maintainer returning after a weekend runs the triage to instantly see which of 40 new issues are critical bugs, which can be closed, and which already have draft replies ready. ## Quick Start Triage all GitHub issues from the last 48 hours in this repository and stream the analysis results as each issue completes.