What problem does it solve?
Triage PR review comments — pull every comment from the current branch's PR, classify which are valid vs. noise from AI review bots, address valid ones locally without committing, then let the user review before push and reply/resolve everything on GitHub. Use when AI review tools (CodeRabbit, Sentry, Copilot reviewer, etc.) leave many rounds of comments and you want to filter the noise.
Core Features & Use Cases
- Filter and bucket AI bot vs. human reviewer comments to streamline the PR feedback cycle.
- Prepare a local, reviewable patch for user review before pushing to GitHub.
- Generate a concise triage report summarizing addressed, dismissed, and pending threads, ready for posting on the PR.
Quick Start
Pull the current branch PR comments, classify them into AI bot noise and human feedback, and generate a review-ready triage report for user review.