What problem does it solve? Open issues accumulate over time and become stale, duplicated, or mislabeled, making the issue tracker hard to navigate. Manually reviewing every open issue to decide what to close, update, or relabel is tedious and error-prone. ## Core Features & Use Cases - Automated Triage Detection: Scans all open issues via the GitHub CLI and identifies close candidates (duplicates, resolved, stale over 90 days), comment additions, and label mismatches against the repository's existing labels. - Approval-Gated Bulk Apply: Presents a prioritized summary and uses multi-step user confirmation before writing anything, then applies changes in parallel batches while respecting GitHub rate limits. - Use Case: Ask the agent to tidy up your repository's issue tracker; it reviews all open issues, proposes closing 3 duplicates and 2 stale items, fixing labels on 4 others, and applies everything only after you approve. ## Quick Start Ask the agent to review and organize the open issues in this repository, then approve the proposed close, comment, and label changes.