What problem does it solve?
Provide a concise, actionable triage of GitHub pull request review comments so authors know exactly what to fix, what to skip, and what needs discussion before merge.
Core Features & Use Cases
- Fetches all three PR comment types (issue comments, inline review comments, and batched review objects) and consolidates them into a single report.
- Categorizes each comment as Bug, Legitimate Improvement, By-design Skip, or Needs Discussion, and for actionable items supplies concrete fixes and effort estimates.
- Drafts polite reply text for by-design threads and surfaces CI status, reviewer identities, and file:line context to prioritize fixes.
- Use Cases: prepping replies and fixes before addressing feedback, batching review work, and deciding a safe merge order.
Quick Start
Use pr-triage on the PR URL to fetch review comments, categorize them, estimate effort, and produce a ready-to-use triage report.