What problem does it solve?
PR comment triage often incurs heavy context-switching during code reviews. This skill automates context-efficient triage by prioritizing human feedback, deferring non-critical bot noise, and surfacing actionable items for faster resolutions.
Core Features & Use Cases
- On-demand metadata fetch for PR comments (compact ~100 bytes per item) to enable quick triage without loading full bodies
- Bot vs. human prioritization and smart triage, with refinement after fetching relevant comment bodies
- Ability to reply to actionable comments or resolve threads to reduce noise and keep PR reviews focused
- Per-file summaries and batch actions to help teams coordinate across files
Quick Start
Use bun run pr-comments.ts list owner/repo 42 to fetch metadata, then bun run pr-comments.ts triage owner/repo 42 to prioritize comments, and bun run pr-comments.ts expand owner/repo 123456 to fetch a specific comment body when needed.