What problem does it solve?
Open-source maintainers and contributors struggle to identify which open GitHub issues deserve attention first, especially when serious bugs hide among hundreds of low-priority reports and maintainer responses have gone stale.
Core Features & Use Cases
- Parallel issue discovery: Queries the GitHub API for high-comment issues, label-filtered issues, and stale issues with prior maintainer engagement.
- Severity classification: Scores issues against signals like data corruption, long discussions, maintainer abandonment, and community reproduction effort.
- Priority tiers and reporting: Assigns P0-P3 priorities and outputs per-issue analysis, a summary matrix, and cross-cutting pattern detection.
- Use Case: A maintainer of the dlt repository runs a broad review to surface silently corrupting bugs that were mislabeled as questions and abandoned for months, then triages them into a P0 fix list.
Quick Start
Review the open issues in dlt-hub/dlt and prioritize them by severity, focusing on bug-labeled issues with long discussions.