What problem does it solve?
This Skill solves the critical issue of unaddressed automated bot review comments on GitHub pull requests, which lead to broken merges, post-merge bugs, and wasted engineering time chasing unresolved feedback in high-velocity repositories.
Core Features & Use Cases
- Accurate Unanswered Comment Counting: Eliminates false positives from early bot review cycles by requiring two consecutive all-zero polls and a minimum review count before declaring a PR triaged.
- Structured Triage Workflow: Guides users to fix legitimate bot observations with referenced commit SHAs or justify rejections with concrete, in-thread reasoning, ensuring no bot feedback is left unaddressed.
- Merge Safety & Coordination: Gates merges on zero unanswered comments and mergeable status, automatically handles merge conflicts from dependent PRs, and closes superseded PRs with links to their replacements.
- Use Case: Ideal for engineering teams using automated review tools (Gemini Code Assist, Codex, etc.) running multi-agent orchestration workflows, where maintaining a clean, conflict-free PR queue is critical for release velocity.
Quick Start
Use the pr-triage skill to triage all unresolved bot review comments on open PR #42, fix legitimate issues with commits, reply to invalid comments with clear reasoning, and merge the PR once all bot feedback is fully addressed.